summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-02-01 06:55:45 +0100
committerMatthias Beyer <mail@beyermatthias.de>2024-02-01 07:32:40 +0100
commit4356c2f466f3fa35eb6c76e7c8a81d868a5199f4 (patch)
treefc04f063fefd23c5168013a7d01aa5b12732a2a9
parent6ad4609b2184cb52d8e51ebb9fe8716379cda04b (diff)
Update version: 0.13.1 -> 0.14.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8b08f5b..12b0849 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.13.1"
+version = "0.14.0"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"
diff --git a/README.md b/README.md
index dca5c14..49258b7 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Please note this library
```toml
[dependencies]
-config = "0.13.1"
+config = "0.14.0"
```
### Feature flags