Skip to content

Commit ea32a4a

Browse files
authored
Merge pull request rust-lang#88 from gnzlbg/e2018
Port to the 2018 edition and cargo-semver cleanups
2 parents 5894a47 + 05f7dc6 commit ea32a4a

12 files changed

+448
-533
lines changed

Cargo.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
name = "semverver"
33
description = "Automatic verification of SemVer adhrence in rust library crates"
44
repository = "https://github.com/rust-dev-tools/rust-semverver"
5-
65
readme = "README.md"
76
keywords = ["semver", "plugin"]
87
categories = ["development-tools", "development-tools::cargo-plugins"]
9-
108
version = "0.1.23"
11-
129
authors = ["Inokentiy Babushkin <twk@twki.de>"]
1310
license-file = "LICENSE"
11+
edition = "2018"
1412

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

2725
[dependencies]
28-
cargo = "0.32"
26+
cargo-semverver = "0.34"
27+
failure = "0.1"
2928
crates-io = "0.20"
3029
env_logger = "0.6"
3130
log = "0.4"

0 commit comments

Comments
 (0)