auto merge of #13286 : alexcrichton/rust/release, r=brson
Merging the 0.10 release into the master branch.
This commit is contained in:
commit
bb31cb8d2e
56 changed files with 162 additions and 75 deletions
|
|
@ -17,7 +17,7 @@
|
|||
#[no_std];
|
||||
extern crate std;
|
||||
extern crate zed = "std";
|
||||
extern crate bar = "std#0.10-pre";
|
||||
extern crate bar = "std#0.10";
|
||||
|
||||
|
||||
use std::str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue