Add rust-version field to Cargo.tomls ()

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
crates/sys

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]