summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-02-10 16:30:04 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-02-19 10:28:13 +0100
commitd1f97ece51de6b05fabdefdeca9a4dd4753ecd42 (patch)
tree79035cbc0d247a61d24e76263dfe6503cc92b9a4 /Cargo.toml
parent7549ac4f21361c8e0f98332718861efdc1b9ca43 (diff)
Update version in Cargo.toml
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 e9ce307..f68ca28 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.11.0"
+version = "0.12.0"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"