Skip to content

Commit

Permalink
chore: use patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Jan 23, 2025
1 parent c7f5b94 commit 88db118
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ alloy = { version = "0.9.2", features = [
"sol-types",
] } # TODO: Set features granularly?
alloy-consensus-any = { version = "0.9.2" }
alloy-chains = "0.1.57"
async-trait = "0.1.80"
chrono = { version = "0.4.38", features = ["serde"] }
futures-utils-wasm = "0.1.0"
Expand All @@ -33,3 +32,7 @@ hex = "0.4.3"
assert_matches = "1.5.0"
serde_json = "1.0.1"
jsonrpsee = { version = "0.24.7", features = ["server"] }

[patch.crates-io]
alloy-chains = { git = "https://github.com/alloy-rs/chains", tag = "v0.1.57" }

0 comments on commit 88db118

Please sign in to comment.