Skip to content

Commit

Permalink
Release independent packages
Browse files Browse the repository at this point in the history
napi@2.3.0
napi-derive@2.3.0
  • Loading branch information
Brooooooklyn committed Apr 14, 2022
1 parent cd9bb0c commit ce308a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "napi-derive-backend"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "1.0.27-canary.1"
version = "1.0.27"

[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 @@ -7,7 +7,7 @@ license = "MIT"
name = "napi-derive"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.3.0-canary.1"
version = "2.3.0"

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

[dependencies]
convert_case = "0.5"
napi-derive-backend = { version = "1.0.27-canary.1", path = "../backend" }
napi-derive-backend = { version = "1.0.27", 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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.3.0-canary.1"
version = "2.3.0"

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

0 comments on commit ce308a3

Please sign in to comment.