diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2020-06-18 09:31:39 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@cardoe.com> | 2020-06-18 09:31:39 -0500 |
commit | b67e6cb268e49bc959285f39a70c8947e36b8f70 (patch) | |
tree | 68b1f1dad689481bbaa7b1a4754ec97043210538 | |
parent | bump dependencies (diff) | |
download | cargo-ebuild-b67e6cb268e49bc959285f39a70c8947e36b8f70.tar.gz cargo-ebuild-b67e6cb268e49bc959285f39a70c8947e36b8f70.tar.bz2 cargo-ebuild-b67e6cb268e49bc959285f39a70c8947e36b8f70.zip |
(cargo-release) version 0.3.1v0.3.1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cargo-ebuild" -version = "0.3.1-alpha.0" +version = "0.3.1" dependencies = [ "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "cargo-ebuild" -version = "0.3.1-alpha.0" +version = "0.3.1" authors = ["Doug Goldstein <cardoe@cardoe.com>"] license = "MIT/Apache-2.0" edition = "2018" |