diff --git a/Cargo.lock b/Cargo.lock index f65822a..cda1a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2094,7 +2094,7 @@ dependencies = [ [[package]] name = "integration-tests" -version = "0.1.0" +version = "0.0.0" dependencies = [ "once_cell", "tokio", @@ -5481,7 +5481,7 @@ dependencies = [ [[package]] name = "zaino-fetch" -version = "0.1.0" +version = "0.0.0" dependencies = [ "base64 0.22.1", "byteorder", @@ -5505,7 +5505,7 @@ dependencies = [ [[package]] name = "zaino-proto" -version = "0.1.0" +version = "0.0.0" dependencies = [ "prost", "tonic", @@ -5515,7 +5515,7 @@ dependencies = [ [[package]] name = "zaino-serve" -version = "0.1.0" +version = "0.0.0" dependencies = [ "async-stream", "crossbeam-channel", @@ -5537,7 +5537,7 @@ dependencies = [ [[package]] name = "zaino-state" -version = "0.1.0" +version = "0.0.0" dependencies = [ "thiserror", "tokio", @@ -5545,7 +5545,7 @@ dependencies = [ [[package]] name = "zaino-testutils" -version = "0.1.0" +version = "0.0.0" dependencies = [ "ctrlc", "http 1.1.0", @@ -5560,7 +5560,7 @@ dependencies = [ [[package]] name = "zainod" -version = "0.1.0" +version = "0.0.0" dependencies = [ "clap", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index 1741ad4..c635a22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ repository = "https://github.com/zingolabs" homepage = "https://www.zingolabs.org/" edition = "2021" license = "Apache-2.0" +version = "0.1.1" [workspace.dependencies] diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 93fe506..50d7059 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "integration-tests" -version = "0.1.1" description = "Crate containing Zaino 'Wallet-to-Node' tests." edition = { workspace = true } authors = { workspace = true } diff --git a/zaino-fetch/Cargo.toml b/zaino-fetch/Cargo.toml index 9343f58..17e0780 100644 --- a/zaino-fetch/Cargo.toml +++ b/zaino-fetch/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "zaino-fetch" -version = "0.1.1" description = "A mempool-fetching, chain-fetching and transaction submission service that uses zebra's RPC interface." edition = { workspace = true } authors = { workspace = true } diff --git a/zaino-proto/Cargo.toml b/zaino-proto/Cargo.toml index fcb5686..e34fbcb 100644 --- a/zaino-proto/Cargo.toml +++ b/zaino-proto/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "zaino-proto" -version = "0.1.1" description = "Holds tonic files and build logic for the lightwallet and darkside RPCs." edition = { workspace = true } authors = { workspace = true } diff --git a/zaino-serve/Cargo.toml b/zaino-serve/Cargo.toml index e3d8508..31b2f16 100644 --- a/zaino-serve/Cargo.toml +++ b/zaino-serve/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "zaino-serve" -version = "0.1.1" description = "Crate containing Zingo's gRPC server implementation." edition = { workspace = true } authors = { workspace = true } diff --git a/zaino-state/Cargo.toml b/zaino-state/Cargo.toml index 9d1ae57..e0c1421 100644 --- a/zaino-state/Cargo.toml +++ b/zaino-state/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "zaino-state" -version = "0.1.1" description = "A mempool and chain-fetching service built on top of zebra's ReadStateService and TrustedChainSync." edition = { workspace = true } authors = { workspace = true } diff --git a/zaino-testutils/Cargo.toml b/zaino-testutils/Cargo.toml index fd91ac4..b49b72f 100644 --- a/zaino-testutils/Cargo.toml +++ b/zaino-testutils/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "zaino-testutils" -version = "0.1.1" description = "Crate containing Zaino test specific functionality." edition = { workspace = true } authors = { workspace = true } diff --git a/zainod/Cargo.toml b/zainod/Cargo.toml index 320e3f3..8e3aaeb 100644 --- a/zainod/Cargo.toml +++ b/zainod/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "zainod" -version = "0.1.1" description = "Crate containing the Zaino Indexer binary." edition = { workspace = true } authors = { workspace = true }