mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).
This commit is contained in:
parent
ca6376a714
commit
14fe337866
41 changed files with 11 additions and 93 deletions
|
@ -14,7 +14,6 @@ path = "lib.rs"
|
|||
servo = ["serde", "serde_derive", "url/heap_size", "url/serde", "plugins"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "0.7"
|
||||
euclid = "0.10.1"
|
||||
getopts = "0.2.11"
|
||||
lazy_static = "0.2"
|
||||
|
|
|
@ -7,15 +7,12 @@
|
|||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
#[allow(unused_extern_crates)] #[macro_use] extern crate bitflags;
|
||||
extern crate core;
|
||||
extern crate euclid;
|
||||
extern crate getopts;
|
||||
#[allow(unused_extern_crates)] #[macro_use] extern crate lazy_static;
|
||||
#[macro_use] extern crate lazy_static;
|
||||
#[macro_use] extern crate log;
|
||||
extern crate num_cpus;
|
||||
extern crate rustc_serialize;
|
||||
#[cfg(feature = "servo")] extern crate serde;
|
||||
#[cfg(feature = "servo")] #[macro_use] extern crate serde_derive;
|
||||
extern crate servo_geometry;
|
||||
extern crate servo_url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue