summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-04-13 17:59:19 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-04-13 17:59:19 +0200
commit129d761adae109c10cbe56e330096b06e90fcc77 (patch)
treeb976577ca597cf78cbdd3b338ea8c5bbe9ece050
parent409f7fbe13571c876c3a1a068051e24a8c8da7ba (diff)
Update version in Cargo.toml
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 49d3c22..994531f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.13.0"
+version = "0.13.1"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"