Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek authored Nov 18, 2024
1 parent b0b4427 commit 91ef5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celestia-tendermint-proto"
version = "0.32.3"
version = "0.33.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://www.eiger.co"
Expand Down
2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
prost.workspace = true
prost-types.workspace = true
celestia-tendermint-proto = { version = "0.32.3", default-features = false, path = "../proto" }
celestia-tendermint-proto = { version = "0.33.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 91ef5cf

Please sign in to comment.