Skip to content

Commit

Permalink
cosmos_sdk_proto 0.17.0, althea_proto 0.8.0, gravity_proto 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Aug 29, 2024
1 parent 5c81ae8 commit a1975ab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions althea_proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "althea_proto"
version = "0.7.1"
version = "0.8.0"
description = "Protobuf stuct defintions for interacting with Althea Chain"
authors = ["Justin Kilpatrick <[email protected]>", "Christian Borst <[email protected]>"]
edition = "2021"
Expand All @@ -15,6 +15,6 @@ keywords = ["blockchain", "cosmos", "tendermint", "proto"]
[dependencies]
prost = {workspace = true}
prost-types = {workspace = true}
cosmos-sdk-proto = {package="cosmos-sdk-proto-althea", version="0.16.1", path = "../cosmos_sdk_proto", features = ["ethermint"]}
cosmos-sdk-proto = {package="cosmos-sdk-proto-althea", version="0.17", path = "../cosmos_sdk_proto", features = ["ethermint"]}
tonic = {workspace = true}

2 changes: 1 addition & 1 deletion cosmos_sdk_proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmos-sdk-proto-althea"
version = "0.16.1"
version = "0.17.0"
authors = [
"Justin Kilpatrick <[email protected]>",
"Christian Borst <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions gravity_proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gravity_proto"
version = "0.4.5"
version = "0.5.0"
description = "Protobuf stuct defintions for interacting with Gravity Bridge Chain"
authors = ["Justin Kilpatrick <[email protected]>", "Christian Borst <[email protected]>"]
edition = "2021"
Expand All @@ -15,6 +15,6 @@ keywords = ["blockchain", "cosmos", "tendermint", "proto"]
[dependencies]
prost = {workspace = true}
prost-types = {workspace = true}
cosmos-sdk-proto = {package="cosmos-sdk-proto-althea", version="0.16.1", path = "../cosmos_sdk_proto", features = ["ethermint", "bech32ibc"]}
cosmos-sdk-proto = {package="cosmos-sdk-proto-althea", version="0.17", path = "../cosmos_sdk_proto", features = ["ethermint", "bech32ibc"]}
tonic = {workspace = true}

0 comments on commit a1975ab

Please sign in to comment.