Merge pull request #56 from napi-rs/dependabot/cargo/semver-0.10

build(deps): update semver requirement from 0.9 to 0.10
This commit is contained in:
LongYinan 2020-05-25 15:50:51 +08:00 committed by GitHub
commit e8fe8d41f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,4 +22,4 @@ bindgen = "0.54"
glob = "0.3"
napi-build = { version = "0.1", path = "../build" }
regex = "1.3"
semver = "0.9"
semver = "0.10"