diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index a1eb6300..a01647ac 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -7,7 +7,7 @@ name = "napi-derive-backend" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" rust-version = "1.65" -version = "2.0.0-alpha.0" +version = "2.0.0-alpha.1" [package.metadata.workspaces] independent = true diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 62ef6bad..c1fc37dd 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -8,7 +8,7 @@ name = "napi-derive" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" rust-version = "1.65" -version = "3.0.0-alpha.0" +version = "3.0.0-alpha.1" [package.metadata.workspaces] independent = true @@ -23,7 +23,7 @@ type-def = ["napi-derive-backend/type-def"] [dependencies] convert_case = "0.6" -napi-derive-backend = { version = "2.0.0-alpha.0", path = "../backend" } +napi-derive-backend = { version = "2.0.0-alpha.1", path = "../backend" } proc-macro2 = "1" quote = "1" syn = { version = "2", features = ["fold", "full", "extra-traits"] } diff --git a/crates/napi/Cargo.toml b/crates/napi/Cargo.toml index 355f10d0..d175fc50 100644 --- a/crates/napi/Cargo.toml +++ b/crates/napi/Cargo.toml @@ -8,7 +8,7 @@ name = "napi" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" rust-version = "1.65" -version = "3.0.0-alpha.0" +version = "3.0.0-alpha.1" [lib] doctest = false @@ -68,7 +68,7 @@ version = "1" [dependencies.napi-sys] path = "../sys" -version = "2.3.0" +version = "2.4.0" [dependencies.encoding_rs] optional = true diff --git a/crates/sys/Cargo.toml b/crates/sys/Cargo.toml index 8a11ec5c..93392d4e 100644 --- a/crates/sys/Cargo.toml +++ b/crates/sys/Cargo.toml @@ -9,7 +9,7 @@ name = "napi-sys" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" rust-version = "1.65" -version = "2.3.0" +version = "2.4.0" [features] dyn-symbols = ["libloading"]