Skip to content

Commit 5b9c4fc

Browse files
author
Jens Getreu
committed
switch temporally to beta toolchain
1 parent 781828b commit 5b9c4fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make-targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# !/bin/sh
2-
rustup default stable
2+
#rustup default stable
3+
rustup default beta # switch temporally to beta until Rust2018 is out
34
rustup target add x86_64-unknown-linux-musl
45
rustup target add i686-unknown-linux-musl
56
#apt-get install libc6-dev-i386

0 commit comments

Comments
 (0)