From c4d96ed83f7e8ba8d026d91b995c63cc7c761ea7 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Mon, 17 Apr 2017 09:17:12 -0500 Subject: (cargo-release) start next development iteration 0.1.5-pre --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbf7d53..f7aa235 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo-ebuild" -version = "0.1.4" +version = "0.1.5-pre" dependencies = [ "cargo 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 604e3f6..02b9d87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-ebuild" -version = "0.1.4" +version = "0.1.5-pre" authors = ["Doug Goldstein "] license = "MIT/Apache-2.0" repository = "https://github.com/cardoe/cargo-ebuild" -- cgit v1.2.3-65-gdbad