diff options
author | 2017-10-30 11:31:09 -0500 | |
---|---|---|
committer | 2017-10-30 11:31:09 -0500 | |
commit | aa04b778b06ef7099a68110bc790615bfe4def80 (patch) | |
tree | db7038dd31ab8f9174fbce800438bb862f64c1a5 | |
parent | upgrade cargo 0.19 to cargo 0.21 (diff) | |
download | cargo-ebuild-aa04b778b06ef7099a68110bc790615bfe4def80.tar.gz cargo-ebuild-aa04b778b06ef7099a68110bc790615bfe4def80.tar.bz2 cargo-ebuild-aa04b778b06ef7099a68110bc790615bfe4def80.zip |
(cargo-release) version 0.1.50.1.5
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [root] name = "cargo-ebuild" -version = "0.1.5-pre" +version = "0.1.5" dependencies = [ "cargo 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "cargo-ebuild" -version = "0.1.5-pre" +version = "0.1.5" authors = ["Doug Goldstein <cardoe@cardoe.com>"] license = "MIT/Apache-2.0" repository = "https://github.com/cardoe/cargo-ebuild" |