Skip to content

Commit 05f7dc6

Browse files
committed
Port to the 2018 edition and cargo-semver cleanups
1 parent 085967b commit 05f7dc6

12 files changed

+319
-328
lines changed

Cargo.toml

+1-3
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 <[email protected]>"]
1310
license-file = "LICENSE"
11+
edition = "2018"
1412

1513
[badges]
1614
travis-ci = { repository = "rust-dev-tools/rust-semverver" }

0 commit comments

Comments
 (0)