Skip to content

Commit

Permalink
feat(core): update core version (alloy-rs#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour authored and j75689 committed Aug 1, 2024
1 parent e6f2d6c commit b5731fc
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 @@ -67,11 +67,11 @@ alloy-transport-http = { version = "0.1", path = "crates/transport-http", defaul
alloy-transport-ipc = { version = "0.1", path = "crates/transport-ipc", default-features = false }
alloy-transport-ws = { version = "0.1", path = "crates/transport-ws", default-features = false }

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

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

Expand Down

0 comments on commit b5731fc

Please sign in to comment.