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 bb22136
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
# TODO: Remove once alloy-contract is stable. This is only used in tests for `sol!`.
allow-git = ["https://github.com/alloy-rs/core"]
# TODO: Remove `alloy-rs/core` once alloy-contract is stable. This is only used in tests for `sol!`.
allow-git = ["https://github.com/alloy-rs/core", "https://github.com/alloy-rs/alloy"]

0 comments on commit bb22136

Please sign in to comment.