Release independent packages
napi@2.3.0-canary.0 napi-derive@2.3.0-canary.0
This commit is contained in:
parent
5c3d1b2144
commit
be0f4760ff
3 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ license = "MIT"
|
|||
name = "napi-derive-backend"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
version = "1.0.26"
|
||||
version = "1.0.27-canary.0"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||
name = "napi-derive"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
version = "2.2.0"
|
||||
version = "2.3.0-canary.0"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
@ -22,7 +22,7 @@ type-def = ["napi-derive-backend/type-def"]
|
|||
|
||||
[dependencies]
|
||||
convert_case = "0.5"
|
||||
napi-derive-backend = { version = "1.0.26", path = "../backend" }
|
||||
napi-derive-backend = { version = "1.0.27-canary.0", path = "../backend" }
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
syn = { version = "1.0", features = ["fold", "full", "extra-traits"] }
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||
name = "napi"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
version = "2.2.0"
|
||||
version = "2.3.0-canary.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
|
Loading…
Reference in a new issue