Skip to content

Commit

Permalink
chore: update Rust version in CI configuration to 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 1, 2024
1 parent 219c1fc commit b3f5c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build-wasm:
stage: build
parallel:
matrix:
- RUST_VERSION: ["1.74.0"]
- RUST_VERSION: ["1.78.0"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
Expand Down

0 comments on commit b3f5c5d

Please sign in to comment.