Skip to content

Commit

Permalink
Use updated tendermint-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Jul 19, 2024
1 parent 45df2a4 commit 593377d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cosmwasm/enclaves/shared/block-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ sgx_trts = {rev = "d2d339cbb005f676bb700059bd51dc689c025f6b", git = "https://git
sgx_types = { rev = "d2d339cbb005f676bb700059bd51dc689c025f6b", git = "https://github.com/apache/teaclave-sgx-sdk.git" }

[dependencies]
tendermint = { git = "https://github.com/scrtlabs/tendermint-rs", branch = "fix-val-set-parsing", default-features = false }
tendermint-proto = { git = "https://github.com/scrtlabs/tendermint-rs", branch = "fix-val-set-parsing", default-features = false }
tendermint-light-client-verifier = { git = "https://github.com/scrtlabs/tendermint-rs", branch = "fix-val-set-parsing", default-features = false }
tendermint = { git = "https://github.com/scrtlabs/tendermint-rs", branch = "v0.38.0", default-features = false }
tendermint-proto = { git = "https://github.com/scrtlabs/tendermint-rs", branch = "v0.38.0", default-features = false }
tendermint-light-client-verifier = { git = "https://github.com/scrtlabs/tendermint-rs", branch = "v0.38.0", default-features = false }
lazy_static = "1.4.0"
log = "0.4.17"

Expand Down

0 comments on commit 593377d

Please sign in to comment.