rustc: Use correct version key in metadata

This commit is contained in:
Brian Anderson 2011-06-17 18:33:07 -07:00
parent bd93e1abcd
commit 77189f834c

View file

@ -4,7 +4,7 @@
meta export (name = "rustc",
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
url = "http://rust-lang.org/src/rustc",
ver = "0.1");
vers = "0.1");
meta (desc = "The Rust compiler",
license = "BSD");