Upgrade to wasmer 4.3 (#64)

This commit is contained in:
Martin Allen
2024-07-06 15:06:18 -07:00
committed by GitHub
parent 4d99060fce
commit 967add46da
12 changed files with 2345 additions and 1248 deletions

View File

@@ -16,7 +16,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.67.0
toolchain: 1.74.0
override: true
# Install for Anvil
@@ -48,7 +48,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.67.0
toolchain: 1.74.0
override: true
components: rustfmt, clippy
- name: cargo fmt