diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index 7c53fd91..bdafb16f 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.57" -version = "1.0.45" +version = "1.0.46" [package.metadata.workspaces] independent = true diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index f13e113a..2f74531e 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.57" -version = "2.11.2" +version = "2.12.0" [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 = "1.0.45", path = "../backend" } +napi-derive-backend = { version = "1.0.46", path = "../backend" } proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] } diff --git a/crates/napi/Cargo.toml b/crates/napi/Cargo.toml index f991d328..e5c9b27b 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.57" -version = "2.11.4" +version = "2.12.0" [package.metadata.docs.rs] all-features = true