Skip to content

Commit

Permalink
Update cosmos-rust branch to new-proto-v0.12.0-rc in Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviRain-Su committed May 12, 2023
1 parent 53d761a commit f8ebe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ scale-info = { version = "2.1.2", default-features = false, features = ["derive"
borsh = {version = "0.10.0", default-features = false, optional = true }
parking_lot = { version = "0.12.1", default-features = false, optional = true }
cfg-if = { version = "1.0.0", optional = true }
cosmrs = { version = "0.12.0", default-feature = false, git = "https://github.com/octopus-network/cosmos-rust.git", branch = "new-proto-v0.12.0" }
cosmrs = { version = "0.12.0", default-feature = false, git = "https://github.com/octopus-network/cosmos-rust.git", branch = "new-proto-v0.12.0-rc" }
eyre = { version = "0.6", default-features = false }

[dependencies.tendermint]
Expand Down

0 comments on commit f8ebe15

Please sign in to comment.