Bump version numbers to 0.2

This commit is contained in:
Brian Anderson
2012-03-22 15:25:02 -07:00
parent b224bcf6e1
commit f3fe85dad7
6 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
// -*- rust -*-
#[link(name = "rustc",
vers = "0.1",
vers = "0.2",
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
url = "http://rust-lang.org/src/rustc")];
@@ -10,7 +10,7 @@
#[crate_type = "lib"];
use std (name = "std",
vers = "0.1",
vers = "0.2",
url = "http://rust-lang.org/src/std");
mod middle {