Skip to content

Commit

Permalink
Release independent packages
Browse files Browse the repository at this point in the history
- napi-derive@2.16.7
  • Loading branch information
Brooooooklyn committed Jul 1, 2024
1 parent 1f9da02 commit 1f407b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.65"
version = "1.0.68"
version = "1.0.69"

[package.metadata.workspaces]
independent = true
Expand Down
4 changes: 2 additions & 2 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.65"
version = "2.16.6"
version = "2.16.7"

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

[dependencies]
convert_case = "0.6"
napi-derive-backend = { version = "1.0.68", path = "../backend" }
napi-derive-backend = { version = "1.0.69", path = "../backend" }
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["fold", "full", "extra-traits"] }
Expand Down

0 comments on commit 1f407b9

Please sign in to comment.