This commit is contained in:
LongYinan 2020-12-30 00:56:08 +08:00
parent a3658891cc
commit e02bda46c1
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
5 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@ license = "MIT"
name = "napi-build"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "1.0.0-alpha.0"
version = "1.0.0"
[dependencies]
cfg-if = "1.0"

View file

@ -1,6 +1,6 @@
{
"name": "@napi-rs/cli",
"version": "1.0.0-alpha.14",
"version": "1.0.0",
"description": "Cli tools for napi-rs",
"keywords": ["cli", "rust", "napi", "n-api", "neon"],
"author": "LongYinan <lynweklm@gmail.com>",

View file

@ -7,7 +7,7 @@ license = "MIT"
name = "napi-derive"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "1.0.0-alpha.0"
version = "1.0.0"
[dependencies]
proc-macro2 = "1.0"

View file

@ -7,7 +7,7 @@ license = "MIT"
name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "1.0.0-alpha.11"
version = "1.0.0"
[features]
default = ["napi3"] # for most NodeJS users
@ -23,7 +23,7 @@ serde-json = ["serde", "serde_json"]
tokio_rt = ["futures", "tokio", "once_cell"]
[dependencies]
napi-sys = {version = "1.0.0-alpha.0", path = "../sys"}
napi-sys = {version = "1", path = "../sys"}
[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"
@ -54,7 +54,7 @@ optional = true
version = "1"
[build-dependencies]
napi-build = {version = "1.0.0-alpha.0", path = "../build"}
napi-build = {version = "1", path = "../build"}
[package.metadata.docs.rs]
all-features = true

View file

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