Skip to content

Commit

Permalink
Merge pull request #109 from idky137/bump_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
zancas authored Nov 19, 2024
2 parents 02dd8ee + dbbd816 commit a43cf19
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
1 change: 0 additions & 1 deletion zaino-fetch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
1 change: 0 additions & 1 deletion zaino-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
1 change: 0 additions & 1 deletion zaino-serve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
1 change: 0 additions & 1 deletion zaino-state/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
1 change: 0 additions & 1 deletion zaino-testutils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
1 change: 0 additions & 1 deletion zainod/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "zainod"
version = "0.1.1"
description = "Crate containing the Zaino Indexer binary."
edition = { workspace = true }
authors = { workspace = true }
Expand Down

0 comments on commit a43cf19

Please sign in to comment.