aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-08-25 08:31:02 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-08-25 08:31:02 -0700
commite4cf926152ec7a27d94a21a411ebd7adda4663f9 (patch)
tree9f39b103440ce7c169a48d97956773a7e4a92cc2 /Cargo.toml
parentUpdate the base template (diff)
downloadcargo-ebuild-e4cf926152ec7a27d94a21a411ebd7adda4663f9.tar.gz
cargo-ebuild-e4cf926152ec7a27d94a21a411ebd7adda4663f9.tar.bz2
cargo-ebuild-e4cf926152ec7a27d94a21a411ebd7adda4663f9.zip
Cargo.toml: bump version, update deps, remove badges
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a15752f..ef4be19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-ebuild"
-version = "0.3.2"
+version = "0.3.4-dev"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
@@ -22,12 +22,6 @@ path = "src/main.rs"
name = "cargo_ebuild"
path = "src/lib.rs"
-[badges]
-travis-ci = { repository = "cardoe/cargo-ebuild" }
-is-it-maintained-issue-resolution = { repository = "cardoe/cargo-ebuild" }
-is-it-maintained-open-issues = { repository = "cardoe/cargo-ebuild" }
-maintenance = { status = "passively-maintained" }
-
[dependencies]
anyhow = "^1"
cargo-lock = "^7.0"