Release independent packages

napi-derive-backend@1.0.15
napi-derive@2.0.0-beta.3
napi@2.0.0-beta.4
This commit is contained in:
LongYinan 2021-12-07 23:38:53 +08:00
parent d34006ab89
commit 454711981b
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
3 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ license = "MIT"
name = "napi-derive-backend"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "1.0.14"
version = "1.0.15"
[features]
strict = []

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.2"
version = "2.0.0-beta.3"
[features]
compat-mode = []
@ -18,7 +18,7 @@ type-def = ["napi-derive-backend/type-def"]
[dependencies]
convert_case = "0.4"
napi-derive-backend = {version = "1.0.14", path = "../backend"}
napi-derive-backend = {version = "1.0.15", path = "../backend"}
proc-macro2 = "1.0"
quote = "1.0"
syn = {version = "1.0", features = ["fold", "full", "extra-traits"]}

View file

@ -7,13 +7,13 @@ license = "MIT"
name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.0.0-beta.3"
version = "2.0.0-beta.4"
[features]
async = ["tokio_rt"]
experimental = ["napi-sys/experimental"]
compat-mode = []
default = ["napi3", "compat-mode"] # for most Node.js users
experimental = ["napi-sys/experimental"]
full = ["latin1", "napi8", "async", "serde-json", "experimental"]
latin1 = ["encoding_rs"]
napi1 = []
@ -32,7 +32,7 @@ ctor = "0.1"
napi-sys = {version = "2.1.0", path = "../sys"}
[target.'cfg(windows)'.dependencies]
windows = {version = "0.27", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]}
windows = {version = "0.28", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]}
[dependencies.encoding_rs]
optional = true