Skip to content

Commit

Permalink
Use upstream alloy
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Apr 16, 2024
1 parent 2d72c8e commit 506dcad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ exclude = ["benches/", "tests/"]
[workspace.dependencies]
alloy-rlp = { version = "0.3", default-features = false }
alloy-primitives = { version = "0.7.0", default-features = false }
alloy-consensus = { git = "https://github.com/clabby/alloy", branch = "cl/consensus-expose-encoding", default-features = false }
alloy-eips = { git = "https://github.com/clabby/alloy", branch = "cl/consensus-expose-encoding", default-features = false }
alloy-signer = { git = "https://github.com/clabby/alloy", branch = "cl/consensus-expose-encoding", default-features = false }
alloy-serde = { git = "https://github.com/clabby/alloy", branch = "cl/consensus-expose-encoding", default-features = false }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cb95183", default-features = false }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "cb95183", default-features = false }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "cb95183", default-features = false }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "cb95183", default-features = false }

## serde
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
Expand Down

0 comments on commit 506dcad

Please sign in to comment.