Skip to content

Commit

Permalink
Release independent packages
Browse files Browse the repository at this point in the history
napi@2.10.2
napi-derive@2.9.2
  • Loading branch information
Brooooooklyn committed Dec 8, 2022
1 parent 1cf3263 commit 25fb299
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.38"
version = "1.0.39"

[package.metadata.workspaces]
independent = true
Expand Down
6 changes: 3 additions & 3 deletions crates/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "napi-derive"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.57"
version = "2.9.1"
version = "2.9.2"

[package.metadata.workspaces]
independent = true
Expand All @@ -22,8 +22,8 @@ strict = ["napi-derive-backend/strict"]
type-def = ["napi-derive-backend/type-def"]

[dependencies]
convert_case = "0.5"
napi-derive-backend = { version = "1.0.38", path = "../backend" }
convert_case = "0.6"
napi-derive-backend = { version = "1.0.39", path = "../backend" }
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.57"
version = "2.10.1"
version = "2.10.2"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 25fb299

Please sign in to comment.