Skip to content

Commit

Permalink
deps: updated union
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Oct 26, 2024
1 parent 3055136 commit 435ba87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ ibc-core-client-types = { version = "0.54", default-features = false }
ibc-core-host-cosmos = { version = "0.54", default-features = false }

# Union
unionlabs = { git = "https://github.com/unionlabs/union", rev = "fe4b10691c3fb28436c44fa26042305b75d31e96" }
union-protos = { package = "protos", git = "https://github.com/unionlabs/union", rev = "fe4b10691c3fb28436c44fa26042305b75d31e96" }
unionlabs = { git = "https://github.com/unionlabs/union", rev = "fe4b10691c3fb28436c44fa26042305b75d31e96", default-features = false, features = ["ethabi"] }
union-protos = { package = "protos", git = "https://github.com/unionlabs/union", rev = "fe4b10691c3fb28436c44fa26042305b75d31e96", default-features = false, features = ["ibc+core+commitment+v1"] }

# Other dependencies
reqwest = { version = "0.12", features = ["json"] }
Expand Down

0 comments on commit 435ba87

Please sign in to comment.