Skip to content

Commit

Permalink
Merge pull request rust-lang#88 from gnzlbg/e2018
Browse files Browse the repository at this point in the history
Port to the 2018 edition and cargo-semver cleanups
  • Loading branch information
ibabushkin authored Jan 7, 2019
2 parents 5894a47 + 05f7dc6 commit ea32a4a
Show file tree
Hide file tree
Showing 12 changed files with 448 additions and 533 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
name = "semverver"
description = "Automatic verification of SemVer adhrence in rust library crates"
repository = "https://github.com/rust-dev-tools/rust-semverver"

readme = "README.md"
keywords = ["semver", "plugin"]
categories = ["development-tools", "development-tools::cargo-plugins"]

version = "0.1.23"

authors = ["Inokentiy Babushkin <[email protected]>"]
license-file = "LICENSE"
edition = "2018"

[badges]
travis-ci = { repository = "rust-dev-tools/rust-semverver" }
Expand All @@ -25,7 +23,8 @@ name = "rust-semverver"
path = "src/bin/rust_semverver.rs"

[dependencies]
cargo = "0.32"
cargo-semverver = "0.34"
failure = "0.1"
crates-io = "0.20"
env_logger = "0.6"
log = "0.4"
Expand Down
Loading

0 comments on commit ea32a4a

Please sign in to comment.