diff options
| author | Teddy Wing | 2016-08-17 21:01:27 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2016-08-17 21:01:27 -0400 | 
| commit | f0ebd70b355156c708a17b5cff0f50e0402b082d (patch) | |
| tree | b11d20887344ee3927306e97af3ad67b1870fa08 | |
| parent | 2f0c32919be803fb0ec7f11f896e4e2e9c45b024 (diff) | |
| download | Passextract-f0ebd70b355156c708a17b5cff0f50e0402b082d.tar.bz2 | |
Cargo: Increase version v0.1.1 -> v0.2.0
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -1,6 +1,6 @@  [root]  name = "passextract" -version = "0.1.1" +version = "0.2.0"  dependencies = [   "clipboard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",   "rustty 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@  [package]  name = "passextract" -version = "0.1.1" +version = "0.2.0"  [dependencies]  clipboard = "0.1.2" | 
