aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-07 09:24:59 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-07 09:24:59 -0700
commit32951215db31d41216cde53794ded02cf9fcb21e (patch)
tree6d2043832aeae0bc085685cdafb5d3da157b50e7
parentCargo.toml: version 0.5.0 (diff)
downloadcargo-ebuild-32951215db31d41216cde53794ded02cf9fcb21e.tar.gz
cargo-ebuild-32951215db31d41216cde53794ded02cf9fcb21e.tar.bz2
cargo-ebuild-32951215db31d41216cde53794ded02cf9fcb21e.zip
Cargo.toml: set version to 0.5.1-dev
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 3e56edb..af95421 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-ebuild"
-version = "0.5.0"
+version = "0.5.1-dev"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
license = "MIT/Apache-2.0"
edition = "2018"