summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-22 17:35:04 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-22 17:35:04 -0700
commita889bd655b3f56d5b9cd712882392ad6038983be (patch)
tree8e61c7d0cbc1e523dffd1bf8bc8d25aac749fb7a /Cargo.toml
parent94457cf0560a409c6bb16500213abfc346bdad48 (diff)
(cargo-release) start next development iteration 0.6.1-pre
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 ded724a..d8785aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.6.0"
+version = "0.6.1-pre"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"