Add rust-version
field to Cargo.toml
s (#1190)
This commit is contained in:
parent
a2b993acd2
commit
5cbeac59dc
5 changed files with 5 additions and 0 deletions
crates/sys
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue