Release independent packages
This commit is contained in:
parent
700f78fbf6
commit
79d7453713
2 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue