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" name = "napi-build"
readme = "README.md" readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs" repository = "https://github.com/napi-rs/napi-rs"
version = "1.0.0-alpha.0" version = "1.0.0"
[dependencies] [dependencies]
cfg-if = "1.0" cfg-if = "1.0"

View file

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

View file

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

View file

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

View file

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