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

Commit

Permalink
Upgrade Rust
Browse files Browse the repository at this point in the history
Please note that this includes two pending pull requests in Rust and
glfw-rs:
- rust-lang/rust#14040
- PistonDevelopers/glfw-rs#151
  • Loading branch information
hannobraun committed May 9, 2014
1 parent 9c76141 commit aedc998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/tools/compile-rust
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ LIB_ARGS=$2
OUTPUT_ARGS=$3
SOURCE_FILE=$4

$RUSTC --force-color-output --debuginfo 2 $LIB_ARGS $OUTPUT_ARGS $SOURCE_FILE
$RUSTC --color --debuginfo 2 $LIB_ARGS $OUTPUT_ARGS $SOURCE_FILE
2 changes: 1 addition & 1 deletion vendor/glfw-rs
2 changes: 1 addition & 1 deletion vendor/rust
Submodule rust updated from 4735ee to fed804

0 comments on commit aedc998

Please sign in to comment.