Skip to content

Commit

Permalink
chore: update alloy (#573)
Browse files Browse the repository at this point in the history
* mark: 0xaatif/update-alloy

* chore: alloy 0.1.0 -> alloy 0.3.0

* chore: alloy git -> crates.io
  • Loading branch information
0xaatif authored Aug 31, 2024
1 parent 51ecfb4 commit 8b8f26b
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 72 deletions.
161 changes: 116 additions & 45 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ categories = ["cryptography::cryptocurrencies"]

[workspace.dependencies]
__compat_primitive_types = { version = "0.12.2", package = "primitive-types" }
alloy = { git = "https://github.com/alloy-rs/alloy", tag = 'v0.1.1', default-features = false, features = [
alloy = { version = '0.3.0', default-features = false, features = [
"consensus",
"reqwest",
"json-rpc",
Expand Down Expand Up @@ -139,4 +139,3 @@ trybuild = "1.0"

[workspace.lints.clippy]
too_long_first_doc_paragraph = "allow"

Loading

0 comments on commit 8b8f26b

Please sign in to comment.