Skip to content

Commit

Permalink
fix: bumped wasm rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 31, 2023
1 parent 23bb112 commit bcedf7d
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 @@ -42,7 +42,7 @@ build-wasm:
stage: build
parallel:
matrix:
- RUST_VERSION: ["1.65.0"]
- RUST_VERSION: ["1.67.0"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
Expand Down

0 comments on commit bcedf7d

Please sign in to comment.