summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-07-30 14:22:50 -0700
committerRyan Leckey <leckey.ryan@gmail.com>2017-07-30 14:22:50 -0700
commitcb4888dbbd3f2ebd1bd4e35fb07fb2fe0facafe8 (patch)
tree6eb95488f03b6821842b1acdeb92eb3ed01184ec /Cargo.toml
parenta0fc361a4b3413ea99631786b4b256bb377788d5 (diff)
Impl Deserializer for Config (to forward Value)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a61e3d..1317a27 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.6.1-pre"
+version = "0.7.0"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"