Release independent packages

This commit is contained in:
LongYinan 2022-05-07 20:23:01 +08:00
parent 700f78fbf6
commit 79d7453713
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ license = "MIT"
name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.4.0"
version = "2.4.1"
[package.metadata.docs.rs]
all-features = true
@ -51,7 +51,7 @@ ctor = "0.1"
lazy_static = "1"
[dependencies.napi-sys]
version = "2.1.0"
version = "2.1.1"
path = "../sys"
[dependencies.encoding_rs]

View file

@ -8,7 +8,7 @@ license = "MIT"
name = "napi-sys"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.2.0"
version = "2.2.1"
[features]
experimental = []