aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-07 09:20:28 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-07 09:23:01 -0700
commit6629129dbb59d5cf815e6e89dae1b8d9bf7930d4 (patch)
treed5c12393c72aae446dad8fd21c7df31a8b249b8c
parentCargo.toml: update deps (diff)
downloadcargo-ebuild-6629129dbb59d5cf815e6e89dae1b8d9bf7930d4.tar.gz
cargo-ebuild-6629129dbb59d5cf815e6e89dae1b8d9bf7930d4.tar.bz2
cargo-ebuild-6629129dbb59d5cf815e6e89dae1b8d9bf7930d4.zip
Cargo.toml: version 0.5.00.5.0
Partially solves https://github.com/gentoo/cargo-ebuild/issues/4 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4140a60..3e56edb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-ebuild"
-version = "0.4.1-dev"
+version = "0.5.0"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
license = "MIT/Apache-2.0"
edition = "2018"