Release independent packages
- napi@2.10.9 - napi-sys@2.2.3
This commit is contained in:
parent
fda0aa0eec
commit
c51d657224
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ name = "napi"
|
|||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version = "1.57"
|
||||
version = "2.10.8"
|
||||
version = "2.10.9"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -59,7 +59,7 @@ version = "1"
|
|||
optional = true
|
||||
|
||||
[dependencies.napi-sys]
|
||||
version = "2.2.2"
|
||||
version = "2.2.3"
|
||||
path = "../sys"
|
||||
|
||||
[dependencies.encoding_rs]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "napi-sys"
|
|||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version = "1.57"
|
||||
version = "2.2.2"
|
||||
version = "2.2.3"
|
||||
|
||||
[features]
|
||||
experimental = []
|
||||
|
|
Loading…
Reference in a new issue