Skip to content

Commit

Permalink
Release independent packages
Browse files Browse the repository at this point in the history
napi@2.5.0
napi-derive@2.5.0
napi-build@2.0.1
  • Loading branch information
Brooooooklyn committed Jun 10, 2022
1 parent 357e6bf commit 2e7f3af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/backend/Cargo.toml
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.32"
version = "1.0.33"

[package.metadata.workspaces]
independent = true
Expand Down
2 changes: 1 addition & 1 deletion crates/build/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ name = "napi-build"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.57"
version = "2.0.0"
version = "2.0.1"

[package.metadata.workspaces]
independent = true
4 changes: 2 additions & 2 deletions crates/macro/Cargo.toml
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.4.1"
version = "2.5.0"

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

[dependencies]
convert_case = "0.5"
napi-derive-backend = { version = "1.0.31", path = "../backend" }
napi-derive-backend = { version = "1.0.33", path = "../backend" }
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["fold", "full", "extra-traits"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/napi/Cargo.toml
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.4.3"
version = "2.5.0"

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

0 comments on commit 2e7f3af

Please sign in to comment.