Skip to content

Commit 4356c2f

Browse files
committed
Update version: 0.13.1 -> 0.14.0
Signed-off-by: Matthias Beyer <[email protected]>
1 parent 6ad4609 commit 4356c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "config"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
description = "Layered configuration system for Rust applications."
55
homepage = "https://github.com/mehcode/config-rs"
66
repository = "https://github.com/mehcode/config-rs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Please note this library
3232

3333
```toml
3434
[dependencies]
35-
config = "0.13.1"
35+
config = "0.14.0"
3636
```
3737

3838
### Feature flags

0 commit comments

Comments
 (0)