Skip to content

Commit

Permalink
Update version: 0.13.1 -> 0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Feb 1, 2024
1 parent 6ad4609 commit 4356c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Please note this library

```toml
[dependencies]
config = "0.13.1"
config = "0.14.0"
```

### Feature flags
Expand Down

0 comments on commit 4356c2f

Please sign in to comment.