Register new snapshots

Upgrade the version to 0.10-pre
This commit is contained in:
Alex Crichton 2014-01-20 19:42:50 -08:00
parent 94236fc078
commit cb12de14c9
7 changed files with 14 additions and 11 deletions

View file

@ -17,7 +17,7 @@
#[no_std];
extern mod std;
extern mod zed = "std";
extern mod bar = "std#0.9";
extern mod bar = "std#0.10-pre";
use std::str;