diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index 49d58732..3ee1aafc 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.20" +version = "1.0.21" [package.metadata.workspaces] independent = true diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 137d071e..513e2d17 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.3" +version = "2.0.4" [package.metadata.workspaces] independent = true @@ -22,7 +22,7 @@ type-def = ["napi-derive-backend/type-def"] [dependencies] convert_case = "0.4" -napi-derive-backend = {version = "1.0.20", path = "../backend"} +napi-derive-backend = {version = "1.0.21", path = "../backend"} proc-macro2 = "1.0" quote = "1.0" syn = {version = "1.0", features = ["fold", "full", "extra-traits"]}