diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index b427b7df..205bc6c0 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 = "1.0.52" +version = "1.0.53" [package.metadata.workspaces] independent = true diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 2096b86b..eade723a 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -9,7 +9,7 @@ name = "napi-build" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" rust-version = "1.65" -version = "2.0.1" +version = "2.1.0" [package.metadata.workspaces] independent = true diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 9f7d6146..ea24e09e 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 = "2.13.0" +version = "2.14.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.52", path = "../backend" } +napi-derive-backend = { version = "1.0.53", 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 469d0501..833b8a45 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 = "2.13.3" +version = "2.14.0" [lib] doctest = false @@ -65,7 +65,7 @@ version = "1" [dependencies.napi-sys] path = "../sys" -version = "2.2.3" +version = "2.3.0" [dependencies.encoding_rs] optional = true diff --git a/crates/sys/Cargo.toml b/crates/sys/Cargo.toml index a09a541a..96f0c7b6 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.2.3" +version = "2.3.0" [features] experimental = []