summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2018-07-02 15:41:23 -0700
committerRyan Leckey <leckey.ryan@gmail.com>2018-07-02 15:41:23 -0700
commit4475925dc2136ae139245164cbb77d59b3d84dae (patch)
treeb4671545ba6d1c3db15c999d5ca1b5e055c854d8
parente9354383d9dcd5d7fc9fd8539b3ef37b3e6a8645 (diff)
(cargo-release) version 0.9.00.9.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7534ab9..7b783d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.8.0"
+version = "0.9.0"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"