Skip to content

Commit

Permalink
gravity_proto v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Feb 21, 2025
1 parent e07ed23 commit f6a51d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion gravity_proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gravity_proto"
version = "0.6.0"
version = "0.7.0"
description = "Protobuf stuct defintions for interacting with Gravity Bridge Chain"
authors = ["Justin Kilpatrick <[email protected]>", "Christian Borst <[email protected]>"]
edition = "2021"
Expand Down
6 changes: 4 additions & 2 deletions gravity_proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
pub use cosmos_sdk_proto;
pub mod gravity {
include!("prost/gravity.v1.rs");
pub mod v1 {
include!("prost/gravity.v1.rs");
include!("ethereum_claim.rs");
}
pub mod v2 {
include!("prost/gravity.v2.rs");
}
include!("ethereum_claim.rs");
}
pub mod auction {
include!("prost/auction.v1.rs");
Expand Down

0 comments on commit f6a51d2

Please sign in to comment.