Release independent packages

- napi@2.10.9
- napi-sys@2.2.3
This commit is contained in:
LongYinan 2023-01-19 17:30:02 +08:00
parent fda0aa0eec
commit c51d657224
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 3 additions and 3 deletions

View file

@ -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]

View file

@ -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 = []