Skip to content

Commit

Permalink
chore: update Rust version in workflows to 1.78.0 and add 1.82.0 to m…
Browse files Browse the repository at this point in the history
…atrix
  • Loading branch information
joamag committed Dec 1, 2024
1 parent 4a29830 commit 219c1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
name: Build WASM
timeout-minutes: 30
runs-on: ubuntu-latest
container: rust:1.74.0
container: rust:1.78.0
steps:
- name: Checkout code from repository
uses: actions/checkout@v4
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,10 @@ jobs:
strategy:
matrix:
rust-version: [
"1.74.0",
"1.75.0",
"1.76.0",
"1.77.0",
"1.78.0",
"1.79.0",
"1.80.0",
"1.82.0",
"latest"
]
node-version: ["18"]
Expand Down

0 comments on commit 219c1fc

Please sign in to comment.