From 55495e7d1ec6fe78152d4231b2c04633a2c6effc Mon Sep 17 00:00:00 2001 From: Stephen Oliver Date: Sun, 29 Jan 2017 14:00:57 -0500 Subject: [PATCH] v0.3.14 --- Cargo.lock | 10 +++++----- libsafedrive/Cargo.toml | 2 +- safedrive/Cargo.toml | 2 +- safedrived/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38bfcef..d1e87f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,11 +1,11 @@ [root] name = "safedrived" -version = "0.3.13" +version = "0.3.14" dependencies = [ "clap 2.19.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "libsafedrive 0.3.13", + "libsafedrive 0.3.14", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "prettytable-rs 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -357,7 +357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libsafedrive" -version = "0.3.13" +version = "0.3.14" dependencies = [ "bip39 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "cdc 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -727,11 +727,11 @@ dependencies = [ [[package]] name = "safedrive" -version = "0.3.13" +version = "0.3.14" dependencies = [ "clap 2.19.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libsafedrive 0.3.13", + "libsafedrive 0.3.14", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "pbr 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "prettytable-rs 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/libsafedrive/Cargo.toml b/libsafedrive/Cargo.toml index 96bf38a..ef0319a 100644 --- a/libsafedrive/Cargo.toml +++ b/libsafedrive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsafedrive" -version = "0.3.13" +version = "0.3.14" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/safedrive/Cargo.toml b/safedrive/Cargo.toml index a3dc58e..bd44e16 100644 --- a/safedrive/Cargo.toml +++ b/safedrive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safedrive" -version = "0.3.13" +version = "0.3.14" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/safedrived/Cargo.toml b/safedrived/Cargo.toml index d14cc05..9b2c1f9 100644 --- a/safedrived/Cargo.toml +++ b/safedrived/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safedrived" -version = "0.3.13" +version = "0.3.14" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".."