Skip to content

Commit

Permalink
fix: pin alloy-signer (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangas authored Nov 5, 2024
1 parent c76d026 commit 1663534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thegraph-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ subgraph-client = [

[dependencies]
alloy-primitives = "0.8"
alloy-signer = { version = "0.5", features = ["eip712"] }
alloy-signer = { version = "=0.5", features = ["eip712"] }
alloy-sol-types = "0.8"
async-graphql = { version = "7.0", optional = true }
bs58 = "0.5"
Expand Down

0 comments on commit 1663534

Please sign in to comment.