This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
DragonOS-Community
/
relibc_compiler-builtins
kopia lustrzana
https://gitlab.redox-os.org/redox-os/compiler-builtins.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
print rustup version
Jorge Aparicio
9 lat temu
rodzic
6c5dfe9f20
commit
948ada48b5
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
ci/install.sh
+ 1
- 0
ci/install.sh
Wyświetl plik
@@ -27,6 +27,7 @@ install_rust() {
rustup default nightly
fi
+ rustup -V
rustc -V
cargo -V
}