diff --git a/Cargo.toml b/Cargo.toml index 8b08f5be..12b08497 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 dca5c141..49258b77 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