1.0.0
This commit is contained in:
parent
a3658891cc
commit
e02bda46c1
5 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue