Add rust-version field to Cargo.tomls (#1190)

This commit is contained in:
messense 2022-05-20 16:23:10 +08:00 committed by GitHub
parent a2b993acd2
commit 5cbeac59dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,7 @@ license = "MIT"
name = "napi-derive-backend"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.57"
version = "1.0.32"
[package.metadata.workspaces]

View file

@ -8,6 +8,7 @@ license = "MIT"
name = "napi-build"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.57"
version = "2.0.0"
[package.metadata.workspaces]

View file

@ -7,6 +7,7 @@ license = "MIT"
name = "napi-derive"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.57"
version = "2.4.1"
[package.metadata.workspaces]

View file

@ -7,6 +7,7 @@ license = "MIT"
name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.57"
version = "2.4.3"
[package.metadata.docs.rs]

View file

@ -8,6 +8,7 @@ license = "MIT"
name = "napi-sys"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.57"
version = "2.2.2"
[features]