We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad4609 commit 4356c2fCopy full SHA for 4356c2f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "config"
3
-version = "0.13.1"
+version = "0.14.0"
4
description = "Layered configuration system for Rust applications."
5
homepage = "https://github.com/mehcode/config-rs"
6
repository = "https://github.com/mehcode/config-rs"
README.md
@@ -32,7 +32,7 @@ Please note this library
32
33
```toml
34
[dependencies]
35
-config = "0.13.1"
+config = "0.14.0"
36
```
37
38
### Feature flags
0 commit comments