summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2019-12-07 18:22:38 -0800
committerRyan Leckey <ryan@launchbadge.com>2019-12-07 18:22:38 -0800
commit2c0b201055be60ec45e258adcc6c4b6e01bcd627 (patch)
tree4a602a7c918927c2a8232bd81694ef680e318892 /Cargo.toml
parentb188f936854c5bccc61bddebe729944d600de927 (diff)
Prepare v0.10.1
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 ef39903..e854ebb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.10.0"
+version = "0.10.1"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"