diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index df4790ee..f0fca6db 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "napi-derive-backend" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.0.11" +version = "1.0.12" [features] strict = [] diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index e57c8cb3..483ead17 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "napi-build" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.1.2" +version = "1.2.0" [package.metadata.workspaces] independent = true diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 99f130a8..a5afce75 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "napi-derive" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "2.0.0-alpha.10" +version = "2.0.0-beta.0" [features] compat-mode = [] @@ -18,7 +18,7 @@ type-def = ["napi-derive-backend/type-def"] [dependencies] convert_case = "0.4" -napi-derive-backend = {version = "1.0.11", path = "../backend"} +napi-derive-backend = {version = "1.0.12", path = "../backend"} proc-macro2 = "1.0" quote = "1.0" syn = {version = "1.0", features = ["fold", "full", "extra-traits"]} diff --git a/crates/napi/Cargo.toml b/crates/napi/Cargo.toml index d9803617..4358e8a5 100644 --- a/crates/napi/Cargo.toml +++ b/crates/napi/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "napi" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "2.0.0-alpha.8" +version = "2.0.0-beta.0" [features] async = ["tokio_rt"] @@ -28,7 +28,7 @@ tokio_rt = ["tokio", "once_cell", "napi4"] [dependencies] ctor = "0.1" -napi-sys = {version = "2.0.0", path = "../sys"} +napi-sys = {version = "2.1.0", path = "../sys"} [target.'cfg(windows)'.dependencies] windows = {version = "0.27", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]} diff --git a/crates/sys/Cargo.toml b/crates/sys/Cargo.toml index 5da1d347..c248bdb7 100644 --- a/crates/sys/Cargo.toml +++ b/crates/sys/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "napi-sys" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "2.0.0" +version = "2.1.0" [features] experimental = []