Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

Commit aedc998

Browse files
committed
Upgrade Rust
Please note that this includes two pending pull requests in Rust and glfw-rs: - rust-lang/rust#14040 - PistonDevelopers/glfw-rs#151
1 parent 9c76141 commit aedc998

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/tools/compile-rust

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ LIB_ARGS=$2
1111
OUTPUT_ARGS=$3
1212
SOURCE_FILE=$4
1313

14-
$RUSTC --force-color-output --debuginfo 2 $LIB_ARGS $OUTPUT_ARGS $SOURCE_FILE
14+
$RUSTC --color --debuginfo 2 $LIB_ARGS $OUTPUT_ARGS $SOURCE_FILE

vendor/glfw-rs

vendor/rust

Submodule rust updated from 4735ee5 to fed804d

0 commit comments

Comments
 (0)