diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cargo-ebuild" -version = "0.2.1-alpha.0" +version = "0.3.0" dependencies = [ "anyhow 1.0.26 (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.2.1-alpha.0" +version = "0.3.0" authors = ["Doug Goldstein <cardoe@cardoe.com>"] license = "MIT/Apache-2.0" edition = "2018" |