Skip to content

Commit 88d5258

Browse files
committed
point cometbft-rs to cometbft/cometbft-rs#120
1 parent 0a78538 commit 88d5258

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ signature = { version = "2", features = ["std"] }
4242
subtle = "2"
4343
subtle-encoding = { version = "0.5", features = ["bech32-preview"] }
4444
tempfile = "3"
45-
cometbft = { git = "https://github.com/cometbft/cometbft-rs.git", rev = "ac3db79c5807cd1d0b8b14a7b8199b8d79d6408d", features = ["secp256k1"] }
46-
cometbft-config = { git = "https://github.com/cometbft/cometbft-rs.git", rev = "ac3db79c5807cd1d0b8b14a7b8199b8d79d6408d" }
47-
cometbft-proto = { git = "https://github.com/cometbft/cometbft-rs.git", rev = "ac3db79c5807cd1d0b8b14a7b8199b8d79d6408d" }
45+
cometbft = { git = "https://github.com/cometbft/cometbft-rs.git", rev = "71af716216216cfdc150cacef5ceae3610a5824b", features = ["secp256k1"] }
46+
cometbft-config = { git = "https://github.com/cometbft/cometbft-rs.git", rev = "71af716216216cfdc150cacef5ceae3610a5824b" }
47+
cometbft-proto = { git = "https://github.com/cometbft/cometbft-rs.git", rev = "71af716216216cfdc150cacef5ceae3610a5824b" }
4848
tendermint-p2p = "0.35" # cometbft-rs does not provide p2p crate
4949
thiserror = "1"
5050
url = { version = "2.2.2", features = ["serde"], optional = true }

0 commit comments

Comments
 (0)