diff options
author | Teddy Wing | 2016-11-14 02:17:08 -0500 |
---|---|---|
committer | Teddy Wing | 2016-11-14 02:17:08 -0500 |
commit | ba6e1914ae0484662485c3f35efabadfa883d09d (patch) | |
tree | 783738877eb2fede7d06926cf47fd4f3407e3627 | |
parent | 5468de66d858ea1dfddc4abf9486dd11c259ac44 (diff) | |
download | Passextract-ba6e1914ae0484662485c3f35efabadfa883d09d.tar.bz2 |
Cargo: Increase version v0.2.0 -> v0.3.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.2.0" +version = "0.3.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.2.0" +version = "0.3.0" [dependencies] clipboard = "0.1.2" |