diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index 205bc6c0..57bd7286 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.53" +version = "1.0.54" [package.metadata.workspaces] independent = true diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index ea24e09e..39c953cf 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.14.0" +version = "2.14.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 = "1.0.53", path = "../backend" } +napi-derive-backend = { version = "1.0.54", path = "../backend" } proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] }