Skip to content
Snippets Groups Projects
Verified Commit 64d4fe42 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: bump rust version to 1.74 for WASM builds

Fixes an issue related to clap_lex a wasm-pack dependency.
parent b62238f1
Branches
Tags
No related merge requests found
Pipeline #3954 passed
......@@ -118,7 +118,7 @@ jobs:
name: Build WASM
timeout-minutes: 30
runs-on: ubuntu-latest
container: rust:1.73.0
container: rust:1.74.0
steps:
- name: Checkout code from repository
uses: actions/checkout@v4
......
......@@ -48,10 +48,9 @@ jobs:
strategy:
matrix:
rust-version: [
"1.70.0",
"1.71.0",
"1.72.0",
"1.73.0",
"1.74.0",
"1.75.0",
"1.76.0",
"latest"
]
node-version: ["16"]
......
......@@ -42,7 +42,7 @@ build-wasm:
stage: build
parallel:
matrix:
- RUST_VERSION: ["1.70.0"]
- RUST_VERSION: ["1.74.0"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment