forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rust-lang#88 from gnzlbg/e2018
Port to the 2018 edition and cargo-semver cleanups
- Loading branch information
Showing
12 changed files
with
448 additions
and
533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" } | ||
|
@@ -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" | ||
|
Oops, something went wrong.