diff options
Diffstat (limited to 'vendor/semver/Cargo.toml')
-rw-r--r-- | vendor/semver/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/semver/Cargo.toml b/vendor/semver/Cargo.toml index e0bfea20f..e7fcfb764 100644 --- a/vendor/semver/Cargo.toml +++ b/vendor/semver/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" rust-version = "1.31" name = "semver" -version = "1.0.16" +version = "1.0.17" authors = ["David Tolnay <dtolnay@gmail.com>"] description = "Parser and evaluator for Cargo's flavor of Semantic Versioning" documentation = "https://docs.rs/semver" @@ -27,11 +27,11 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/semver" [package.metadata.docs.rs] -targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = [ "--cfg", "doc_cfg", ] +targets = ["x86_64-unknown-linux-gnu"] [lib] doc-scrape-examples = false |