Skip to content

Commit

Permalink
patch: use serde patch
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Jan 8, 2025
1 parent 5ca5730 commit 5f62f69
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
24 changes: 8 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-light-client = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-light-client-verifier = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-light-client-detector = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-testgen = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
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" }

0 comments on commit 5f62f69

Please sign in to comment.