Skip to content

Commit

Permalink
chore(celestia-tendermint): correctly specify version of proto (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin committed Jan 12, 2024
1 parent 31ac571 commit 8d30b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
celestia-tendermint-proto = { default-features = false, path = "../proto" }
celestia-tendermint-proto = { version = "0.32.0", default-features = false, path = "../proto" }

bytes = { version = "1.2", default-features = false, features = ["serde"] }
digest = { version = "0.10", default-features = false }
Expand Down

0 comments on commit 8d30b18

Please sign in to comment.