Skip to content

Commit

Permalink
Bump version of alloy core (alloy-rs#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikreppel authored and ben186 committed Jul 27, 2024
1 parent 738ef36 commit 9263fa8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ alloy-transport-ws = { version = "0.1.0", default-features = false, path = "crat

test-utils = { version = "0.1.0", default-features = false, path = "crates/internal-test-utils", package = "alloy-internal-test-utils" }

alloy-core = { version = "0.7.1", default-features = false }
alloy-dyn-abi = { version = "0.7.1", default-features = false }
alloy-json-abi = { version = "0.7.1", default-features = false }
alloy-primitives = { version = "0.7.1", default-features = false }
alloy-sol-types = { version = "0.7.1", default-features = false }
alloy-core = { version = "0.7.2", default-features = false }
alloy-dyn-abi = { version = "0.7.2", default-features = false }
alloy-json-abi = { version = "0.7.2", default-features = false }
alloy-primitives = { version = "0.7.2", default-features = false }
alloy-sol-types = { version = "0.7.2", default-features = false }

alloy-rlp = { version = "0.3", default-features = false }

Expand Down

0 comments on commit 9263fa8

Please sign in to comment.