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

fix: removed old rust version

parent af124b8a
No related branches found
No related tags found
No related merge requests found
Pipeline #2380 passed
......@@ -19,6 +19,7 @@ jobs:
"1.65.0",
"1.66.0",
"1.67.0",
"1.68.0",
"latest"
]
runs-on: ubuntu-latest
......@@ -46,11 +47,11 @@ jobs:
strategy:
matrix:
rust-version: [
"1.63.0",
"1.64.0",
"1.65.0",
"1.66.0",
"1.67.0",
"1.68.0",
"latest"
]
node-version: ["16"]
......
......@@ -42,7 +42,7 @@ build-wasm:
stage: build
parallel:
matrix:
- RUST_VERSION: ["1.63.0"]
- RUST_VERSION: ["1.64.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.
Finish editing this message first!
Please register or to comment