Skip to content

Commit

Permalink
Prepare 2.7 release (#201)
Browse files Browse the repository at this point in the history
* Update Cargo.toml

* Pin rust toolchain to avoid unsafe runtime check

* Set version to 2.7
  • Loading branch information
gagbo authored Jul 11, 2024
1 parent c73f626 commit 5f40352
Show file tree
Hide file tree
Showing 4 changed files with 476 additions and 374 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
# This toolchain is compatible with wasmer 2.3
toolchain: 1.76
target: ${{ matrix.target }}

- uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit 5f40352

Please sign in to comment.