Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
João Magalhães
hello-rust-tcp
Commits
452c8a03
Verified
Commit
452c8a03
authored
Jun 17, 2022
by
João Magalhães
🎱
Browse files
feat: new rust version
parent
a4d7ad3b
Pipeline
#2093
failed with stage
in 3 minutes and 18 seconds
Changes
1
Pipelines
33
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
452c8a03
...
...
@@ -12,7 +12,7 @@ build-rust:
stage
:
build
parallel
:
matrix
:
-
RUST_VERSION
:
[
"
1.56.
0
"
,
"
1.60.0"
,
"
stable"
,
"
nightly"
]
-
RUST_VERSION
:
[
"
1.56.
1
"
,
"
1.60.0"
,
"
stable"
,
"
nightly"
]
script
:
-
rustup toolchain install $RUST_VERSION
-
rustup override set $RUST_VERSION
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment