summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-16 14:32:02 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-16 14:32:02 -0700
commita35f26a99a214c5b0134428e5b2a8cd2f7b882a0 (patch)
treefd54933d027bc04a8fe98f12d4d2d69821db570f /Cargo.toml
parentaaabc875318afea29d78a26ad2f961eb28226d64 (diff)
(cargo-release) start next development iteration 0.5.2-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 210410d..4df8793 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.5.1"
+version = "0.5.2-pre"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"