summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-17 18:03:02 +0100
committerGitHub <noreply@github.com>2021-03-17 18:03:02 +0100
commit817b37807572418f48e3d660e3931d265e32ab28 (patch)
treedc54ce4e5010df75138e9941c6b524b082066290 /Cargo.toml
parent356f1738105f71548544996214075711b5c6c25f (diff)
parent6cc1a2dfe4fa51ab6532d3ea6eda1a28a26f6343 (diff)
Merge pull request #177 from matthiasbeyer/prepare-0.110.11.0
Version 0.11.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f0f75b6..ae6e770 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.10.1"
+version = "0.11.0"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"
@@ -11,7 +11,7 @@ categories = ["config"]
license = "MIT/Apache-2.0"
[badges]
-travis-ci = { repository = "mehcode/config-rs" }
+maintenance = { status = "actively-developed" }
[features]
default = ["toml", "json", "yaml", "hjson", "ini"]