Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
S1nus committed Dec 13, 2024
1 parent c2971df commit 5a329d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tendermint = { version = "0.40.0", default-features = false }
tendermint-proto = "0.40.0"

libp2p = "0.54.0"
nmt-rs = {version = "0.2.1", features=["serde"]}
nmt-rs = "0.2.1"
prost = "0.13.3"
prost-build = "0.13.3"
prost-types = "0.13.3"
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["encoding", "cryptography::cryptocurrencies"]
[dependencies]
blockstore.workspace = true
celestia-proto.workspace = true
nmt-rs.workspace = true
nmt-rs = { workspace = true, features = ["serde"] }
prost.workspace = true
tendermint = { workspace = true, features = ["std", "rust-crypto", "secp256k1"] }
tendermint-proto.workspace = true
Expand Down

0 comments on commit 5a329d7

Please sign in to comment.