From e3b73b4d597d23258d8c192c0ad0ed8fca36fbd9 Mon Sep 17 00:00:00 2001 From: Stephen Oliver Date: Mon, 22 Jan 2018 19:28:55 -0500 Subject: [PATCH] v0.8.0 --- Cargo.lock | 10 +++++----- askpass/Cargo.toml | 2 +- builder/Cargo.toml | 2 +- safedrive/Cargo.toml | 2 +- sddk/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3264f7..39abc40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,7 +48,7 @@ dependencies = [ [[package]] name = "askpass" -version = "0.7.14" +version = "0.8.0" dependencies = [ "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -161,7 +161,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "builder" -version = "0.7.14" +version = "0.8.0" dependencies = [ "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", "fs_extra 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1141,7 +1141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "safedrive" -version = "0.7.14" +version = "0.8.0" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1151,7 +1151,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.14", + "sddk 0.8.0", "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1199,7 +1199,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sddk" -version = "0.7.14" +version = "0.8.0" 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)", diff --git a/askpass/Cargo.toml b/askpass/Cargo.toml index 21c3b05..96e22ad 100644 --- a/askpass/Cargo.toml +++ b/askpass/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askpass" -version = "0.7.14" +version = "0.8.0" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/builder/Cargo.toml b/builder/Cargo.toml index b1189b6..7fe8b75 100644 --- a/builder/Cargo.toml +++ b/builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "builder" -version = "0.7.14" +version = "0.8.0" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/safedrive/Cargo.toml b/safedrive/Cargo.toml index 48c2243..7ccafa6 100644 --- a/safedrive/Cargo.toml +++ b/safedrive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safedrive" -version = "0.7.14" +version = "0.8.0" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/sddk/Cargo.toml b/sddk/Cargo.toml index 107652c..13df167 100644 --- a/sddk/Cargo.toml +++ b/sddk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sddk" -version = "0.7.14" +version = "0.8.0" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".."