File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ containers:
49
49
- !Install [ca-certificates, build-essential, vim]
50
50
51
51
- !TarInstall
52
- url : " https://static.rust-lang.org/dist/rust-1.24 .0-x86_64-unknown-linux-gnu.tar.gz"
52
+ url : " https://static.rust-lang.org/dist/rust-1.31 .0-x86_64-unknown-linux-gnu.tar.gz"
53
53
script : " ./install.sh --prefix=/usr \
54
54
--components=rustc,rust-std-x86_64-unknown-linux-gnu,cargo"
55
55
- &bulk !Tar
@@ -70,7 +70,7 @@ containers:
70
70
- !Install [ca-certificates, build-essential, vim]
71
71
72
72
- !TarInstall
73
- url : " https://static.rust-lang.org/dist/rust-1.24 .0-i686-unknown-linux-gnu.tar.gz"
73
+ url : " https://static.rust-lang.org/dist/rust-1.31 .0-i686-unknown-linux-gnu.tar.gz"
74
74
script : " ./install.sh --prefix=/usr \
75
75
--components=rustc,rust-std-i686-unknown-linux-gnu,cargo"
76
76
You can’t perform that action at this time.
0 commit comments