From b6178c24f8de7b6a61ca64367cc88d44a18536cc Mon Sep 17 00:00:00 2001 From: Stephen Oliver Date: Sat, 30 Sep 2017 14:22:16 -0400 Subject: [PATCH] v0.7.9 --- Cargo.lock | 12 ++++++------ askpass/Cargo.toml | 2 +- builder/Cargo.toml | 2 +- safedrive/Cargo.toml | 2 +- sddk/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fdcd83..9fbe9b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "sddk" -version = "0.7.8" +version = "0.7.9" dependencies = [ "bip39 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -91,10 +91,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "askpass" -version = "0.7.8" +version = "0.7.9" dependencies = [ "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sddk 0.7.8", + "sddk 0.7.9", ] [[package]] @@ -198,7 +198,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "builder" -version = "0.7.8" +version = "0.7.9" dependencies = [ "clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)", "fs_extra 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1176,7 +1176,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "safedrive" -version = "0.7.8" +version = "0.7.9" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1186,7 +1186,7 @@ dependencies = [ "pbr 1.0.0 (git+https://github.com/infincia/pb.git?branch=infincia)", "prettytable-rs 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sddk 0.7.8", + "sddk 0.7.9", "serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/askpass/Cargo.toml b/askpass/Cargo.toml index 9828ac6..477260a 100644 --- a/askpass/Cargo.toml +++ b/askpass/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askpass" -version = "0.7.8" +version = "0.7.9" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/builder/Cargo.toml b/builder/Cargo.toml index 89708ed..8bcc5a0 100644 --- a/builder/Cargo.toml +++ b/builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "builder" -version = "0.7.8" +version = "0.7.9" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/safedrive/Cargo.toml b/safedrive/Cargo.toml index 343a6ec..e4510af 100644 --- a/safedrive/Cargo.toml +++ b/safedrive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safedrive" -version = "0.7.8" +version = "0.7.9" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/sddk/Cargo.toml b/sddk/Cargo.toml index 5ad03c6..b56428c 100644 --- a/sddk/Cargo.toml +++ b/sddk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sddk" -version = "0.7.8" +version = "0.7.9" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".."