Release independent packages

This commit is contained in:
LongYinan 2021-12-17 16:56:45 +08:00
parent d97541be39
commit bbd466b69c
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ license = "MIT"
name = "napi-derive"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.0.0-beta.5"
version = "2.0.0"
[features]
compat-mode = []

View file

@ -7,7 +7,7 @@ license = "MIT"
name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.0.0-beta.7"
version = "2.0.0"
[features]
async = ["tokio_rt"]