From b67e6cb268e49bc959285f39a70c8947e36b8f70 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 18 Jun 2020 09:31:39 -0500 Subject: (cargo-release) version 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00d9738..2c77f9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 2cc240c..0805d48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-ebuild" -version = "0.3.1-alpha.0" +version = "0.3.1" authors = ["Doug Goldstein "] license = "MIT/Apache-2.0" edition = "2018" -- cgit v1.2.3-65-gdbad