Merge pull request #212 from napi-rs/dependabot/cargo/cfg-if-1.0

build(deps): update cfg-if requirement from 0.1 to 1.0
This commit is contained in:
LongYinan 2020-10-09 11:06:57 +08:00 committed by GitHub
commit bbeaa1191e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ license = "MIT"
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
[dependencies]
cfg-if = "0.1"
cfg-if = "1.0"
[target.'cfg(windows)'.dependencies]
reqwest = { version = "0.10", features = ["native-tls", "blocking"] }