Skip to content

Commit

Permalink
Merge pull request #46 from laumann/rustup
Browse files Browse the repository at this point in the history
Rustup to rustc 1.12.0-nightly (197be89f3 2016-08-15); fixes #44
  • Loading branch information
Manishearth committed Aug 17, 2016
2 parents af54362 + b96a4d8 commit 8bcc045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compiletest_rs"
version = "0.2.0"
version = "0.2.1"
authors = [ "The Rust Project Developers"
, "Thomas Bracht Laumann Jespersen <[email protected]>"
, "Manish Goregaokar <[email protected]>"
Expand Down
1 change: 1 addition & 0 deletions src/compiletest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
Err(_) => false
},
color: test::AutoColor,
test_threads: None,
}
}

Expand Down

0 comments on commit 8bcc045

Please sign in to comment.