Skip to content

Commit

Permalink
cosmos-sdk-proto v0.25.0-pre.1 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Sep 5, 2024
1 parent 6189a4e commit 0949f7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmos-sdk-proto"
version = "0.25.0-pre.0"
version = "0.25.0-pre.1"
authors = [
"Justin Kilpatrick <justin@althea.net>",
"Greg Szabo <greg@informal.systems>",
Expand Down
2 changes: 1 addition & 1 deletion cosmrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.72"

[dependencies]
cosmos-sdk-proto = { version = "=0.25.0-pre.0", default-features = false, features = ["std"], path = "../cosmos-sdk-proto" }
cosmos-sdk-proto = { version = "=0.25.0-pre.1", default-features = false, features = ["std"], path = "../cosmos-sdk-proto" }
ecdsa = "0.16"
eyre = "0.6"
k256 = { version = "0.13", default-features = false, features = ["ecdsa", "sha256"] }
Expand Down

0 comments on commit 0949f7b

Please sign in to comment.