Upgrade Rust.

This commit is contained in:
Jack Moffitt 2014-08-04 23:02:30 -06:00
parent 62c9a779a9
commit 7a4321d649
81 changed files with 265 additions and 236 deletions

View file

@ -11,7 +11,7 @@
extern crate geom;
extern crate servo_msg = "msg";
extern crate servo_net = "net";
extern crate url = "url_";
extern crate url;
extern crate std;
extern crate serialize;