Skip to content

Commit

Permalink
version bump for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonozias committed Sep 10, 2018
1 parent 6054819 commit c61d3e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ license = "MIT/Apache-2.0"
name = "tomlenv"
readme = "README.md"
repository = "https://github.com/rustyhorde/tomlenv"
version = "0.1.0"
version = "0.2.0"

[dependencies]
clap = "2"
dirs = "1"
error-chain = "0"
serde = "1"
serde_derive = "1"
toml = "0"
clap = "2.32.0"
dirs = "1.0.3"

[dev-dependencies]
getset = "0"
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# tomlenv
# tomlenv
[![Crates.io](https://img.shields.io/crates/v/tomlenv.svg)](https://crates.io/crates/tomlenv) [![Crates.io](https://img.shields.io/crates/d/tomlenv.svg)](https://crates.io/crates/tomlenv)

Linux: [![Build Status](https://travis-ci.org/rustyhorde/tomlenv.svg?branch=master)](https://travis-ci.org/rustyhorde/tomlenv)

Generate runtime specific configuration from TOML files.

0 comments on commit c61d3e0

Please sign in to comment.