1
Fork 0

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

@ -21,8 +21,7 @@ use syntax::fold;
use syntax::opt_vec;
use syntax::util::small_vector::SmallVector;
// NOTE: upgrade to 0.10-pre after the next snapshot
pub static VERSION: &'static str = "0.9";
pub static VERSION: &'static str = "0.10-pre";
pub fn maybe_inject_libstd_ref(sess: Session, crate: ast::Crate)
-> ast::Crate {