diff --git a/Cargo.lock b/Cargo.lock index 096e9a4cc2..dfd6bd9b7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,7 +391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "btsieve" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bitcoin_support 0.1.0", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "cnd" -version = "0.2.0" +version = "0.2.1" dependencies = [ "binary_macros 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "bitcoin_rpc_test_helpers 0.1.0", diff --git a/btsieve/Cargo.toml b/btsieve/Cargo.toml index 4ccb5d934f..fc72fc927e 100644 --- a/btsieve/Cargo.toml +++ b/btsieve/Cargo.toml @@ -2,7 +2,7 @@ authors = ["CoBloX developers "] edition = "2018" name = "btsieve" -version = "0.2.0" +version = "0.2.1" description = "A b(lockchain) t(ransaction) sieve that allows clients to detect when certain events happen on a blockchain." [dependencies] diff --git a/cnd/Cargo.toml b/cnd/Cargo.toml index 681f1f684e..04c4f3e952 100644 --- a/cnd/Cargo.toml +++ b/cnd/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["CoBloX developers "] name = "cnd" -version = "0.2.0" +version = "0.2.1" edition = "2018" description = "Reference implementation of a COMIT network daemon."