diff --git a/Cargo.lock b/Cargo.lock index 9fbe9b5..db7b01e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "sddk" -version = "0.7.9" +version = "0.7.10" 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.9" +version = "0.7.10" dependencies = [ "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sddk 0.7.9", + "sddk 0.7.10", ] [[package]] @@ -198,7 +198,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "builder" -version = "0.7.9" +version = "0.7.10" 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.9" +version = "0.7.10" 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.9", + "sddk 0.7.10", "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 477260a..10920f0 100644 --- a/askpass/Cargo.toml +++ b/askpass/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askpass" -version = "0.7.9" +version = "0.7.10" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." @@ -9,4 +9,4 @@ workspace = ".." log = "*" [dependencies.sddk] -path = "../sddk" \ No newline at end of file +path = "../sddk" diff --git a/builder/Cargo.toml b/builder/Cargo.toml index 8bcc5a0..faccb15 100644 --- a/builder/Cargo.toml +++ b/builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "builder" -version = "0.7.9" +version = "0.7.10" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/safedrive/Cargo.toml b/safedrive/Cargo.toml index e4510af..c1213ee 100644 --- a/safedrive/Cargo.toml +++ b/safedrive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safedrive" -version = "0.7.9" +version = "0.7.10" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." @@ -25,4 +25,4 @@ path = "../sddk" [features] default = [] -sessionfs = [] \ No newline at end of file +sessionfs = [] diff --git a/sddk/Cargo.toml b/sddk/Cargo.toml index b56428c..2ce627d 100644 --- a/sddk/Cargo.toml +++ b/sddk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sddk" -version = "0.7.9" +version = "0.7.10" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".."