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
|
@ -12,7 +12,6 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
app_units = "0.3"
|
||||
atomic_refcell = "0.1"
|
||||
bitflags = "0.7"
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
cssparser = {version = "0.7", features = ["heap_size", "serde-serialization"]}
|
||||
euclid = "0.10.1"
|
||||
|
@ -30,6 +29,5 @@ profile_traits = {path = "../profile_traits"}
|
|||
range = {path = "../range"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
selectors = "0.15.1"
|
||||
servo_atoms = {path = "../atoms"}
|
||||
servo_url = {path = "../url"}
|
||||
style = {path = "../style"}
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
|
||||
extern crate app_units;
|
||||
extern crate atomic_refcell;
|
||||
#[allow(unused_extern_crates)]
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
extern crate canvas_traits;
|
||||
extern crate core;
|
||||
extern crate cssparser;
|
||||
|
@ -35,7 +32,6 @@ extern crate profile_traits;
|
|||
extern crate range;
|
||||
extern crate script_traits;
|
||||
extern crate selectors;
|
||||
#[macro_use] extern crate servo_atoms;
|
||||
extern crate servo_url;
|
||||
extern crate style;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue