Skip to content

Commit

Permalink
use rev
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Jan 9, 2025
1 parent 5f62f69 commit b45f12a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ exclude = [
overflow-checks = true

[patch.crates-io]
tendermint = { git = "https://github.com/astriaorg/tendermint-rs.git", branch = "joroshiba/patch-serde" }
tendermint-rpc = { git = "https://github.com/astriaorg/tendermint-rs.git", branch = "joroshiba/patch-serde" }
tendermint-proto = { git = "https://github.com/astriaorg/tendermint-rs.git", branch = "joroshiba/patch-serde" }
tendermint-light-client = { git = "https://github.com/astriaorg/tendermint-rs.git", branch = "joroshiba/patch-serde" }
tendermint-light-client-verifier = { git = "https://github.com/astriaorg/tendermint-rs.git", branch = "joroshiba/patch-serde" }
tendermint-light-client-detector = { git = "https://github.com/astriaorg/tendermint-rs.git", branch = "joroshiba/patch-serde" }
tendermint-testgen = { git = "https://github.com/astriaorg/tendermint-rs.git", branch = "joroshiba/patch-serde" }
tendermint = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" }
tendermint-rpc = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" }
tendermint-proto = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" }
tendermint-light-client = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" }
tendermint-light-client-verifier = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" }
tendermint-light-client-detector = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" }
tendermint-testgen = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" }

0 comments on commit b45f12a

Please sign in to comment.