diff --git a/Cargo.lock b/Cargo.lock index 23f67c1..0c5e5eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "sddk" -version = "0.7.10" +version = "0.7.11" 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)", @@ -88,7 +88,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "askpass" -version = "0.7.10" +version = "0.7.11" dependencies = [ "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -194,7 +194,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "builder" -version = "0.7.10" +version = "0.7.11" 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)", @@ -1164,7 +1164,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "safedrive" -version = "0.7.10" +version = "0.7.11" 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)", @@ -1174,7 +1174,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.10", + "sddk 0.7.11", "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 008f9dd..7056278 100644 --- a/askpass/Cargo.toml +++ b/askpass/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askpass" -version = "0.7.10" +version = "0.7.11" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/builder/Cargo.toml b/builder/Cargo.toml index faccb15..d1468b6 100644 --- a/builder/Cargo.toml +++ b/builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "builder" -version = "0.7.10" +version = "0.7.11" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/safedrive/Cargo.toml b/safedrive/Cargo.toml index c1213ee..d28d605 100644 --- a/safedrive/Cargo.toml +++ b/safedrive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safedrive" -version = "0.7.10" +version = "0.7.11" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/sddk/Cargo.toml b/sddk/Cargo.toml index 6a026c3..721879e 100644 --- a/sddk/Cargo.toml +++ b/sddk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sddk" -version = "0.7.10" +version = "0.7.11" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".."