diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index f0fca6db..6283097e 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.12" +version = "1.0.13" [features] strict = [] diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index a5afce75..0bb68f18 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-beta.0" +version = "2.0.0-beta.1" [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.12", path = "../backend"} +napi-derive-backend = {version = "1.0.13", 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 4358e8a5..93e458c3 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-beta.0" +version = "2.0.0-beta.1" [features] async = ["tokio_rt"]