summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-17 17:45:53 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-17 17:53:18 +0100
commit6cc1a2dfe4fa51ab6532d3ea6eda1a28a26f6343 (patch)
treedc54ce4e5010df75138e9941c6b524b082066290 /Cargo.toml
parent2615439506c7620e0d11c8c52ba70bf7f14fe15a (diff)
Update version: 0.10.1 -> 0.11.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a423cb..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"