Skip to content

Commit

Permalink
Merge pull request #2512 from alexcrichton/update-wasmtime-to-20
Browse files Browse the repository at this point in the history
Update Wasmtime to 20.0.2
  • Loading branch information
alexcrichton authored May 15, 2024
2 parents 5d09e10 + f973c6d commit 04f0ddd
Show file tree
Hide file tree
Showing 20 changed files with 537 additions and 463 deletions.
4 changes: 2 additions & 2 deletions .github/actions/spin-ci-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
type: bool
rust-version:
description: 'Rust version to setup'
default: '1.74'
default: '1.75'
required: false
type: string

Expand Down Expand Up @@ -72,7 +72,7 @@ inputs:
required: false
type: string

docker:
docker:
description: 'setup docker'
required: false
default: 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.74
RUST_VERSION: 1.75

jobs:
dependency-review:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}

env:
RUST_VERSION: 1.74
RUST_VERSION: 1.75

jobs:
build-and-sign:
Expand Down
Loading

0 comments on commit 04f0ddd

Please sign in to comment.