Skip to content

Commit

Permalink
chore(workspace): Update dependencies + fix build (#702)
Browse files Browse the repository at this point in the history
* chore(workspace): Update dependencies + fix build

* rm mold

* updates
  • Loading branch information
clabby authored Oct 17, 2024
1 parent a83f0cf commit 2e3c6d5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/client_host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: rui314/setup-mold@v1
- name: Clone `asterisc` repository
if: "!contains(matrix.target, 'native')"
run: |
Expand Down
33 changes: 17 additions & 16 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ rocksdb = { version = "0.22", default-features = false, features = ["snappy"] }

# Alloy
alloy-rlp = { version = "0.3.8", default-features = false }
alloy-trie = { version = "0.6.0", default-features = false }
alloy-trie = { version = "0.7.2", default-features = false }
alloy-eips = { version = "0.4.2", default-features = false }
alloy-provider = { version = "0.4.2", default-features = false }
alloy-primitives = { version = "0.8", default-features = false }
Expand Down

0 comments on commit 2e3c6d5

Please sign in to comment.