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-04-03 13:13:13 +0200
commit922d840963be8ecbaa79a0e212f8fb27155743bc (patch)
treebcf9238c25cd6c978d05240fef079d9842b07b8c /Cargo.toml
parente18cfd66bc556fce05db661236f0efa5cbde61a4 (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 4c420b8..49d3c22 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.12.0"
+version = "0.13.0"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"