diff --git a/Cargo.lock b/Cargo.lock index ccdab78..82b4fa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,11 +1,11 @@ [root] name = "safedrived" -version = "0.3.17" +version = "0.3.18" dependencies = [ "clap 2.20.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.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libsafedrive 0.3.17", + "libsafedrive 0.3.18", "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.9.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -408,7 +408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libsafedrive" -version = "0.3.17" +version = "0.3.18" dependencies = [ "bip39 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "blake2-rfc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", @@ -888,12 +888,12 @@ dependencies = [ [[package]] name = "safedrive" -version = "0.3.17" +version = "0.3.18" dependencies = [ "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.20.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.17", + "libsafedrive 0.3.18", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "number_prefix 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "pbr 1.0.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/libsafedrive/Cargo.toml b/libsafedrive/Cargo.toml index c1dd566..094dead 100644 --- a/libsafedrive/Cargo.toml +++ b/libsafedrive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsafedrive" -version = "0.3.17" +version = "0.3.18" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/safedrive/Cargo.toml b/safedrive/Cargo.toml index 118ee07..6238b28 100644 --- a/safedrive/Cargo.toml +++ b/safedrive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safedrive" -version = "0.3.17" +version = "0.3.18" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/safedrived/Cargo.toml b/safedrived/Cargo.toml index d8e245e..dde9d1c 100644 --- a/safedrived/Cargo.toml +++ b/safedrived/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safedrived" -version = "0.3.17" +version = "0.3.18" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".."