Rust 1.33 build fixes
This commit is contained in:
parent
a3aebc6fea
commit
35c879447b
@ -1,15 +1,3 @@
|
||||
diff -up thunderbird-60.5.3/servo/components/style_traits/Cargo.toml.rust-1.33-build thunderbird-60.5.3/servo/components/style_traits/Cargo.toml
|
||||
--- thunderbird-60.5.3/servo/components/style_traits/Cargo.toml.rust-1.33-build 2019-03-04 19:17:27.000000000 +0100
|
||||
+++ thunderbird-60.5.3/servo/components/style_traits/Cargo.toml 2019-03-12 12:09:28.754720164 +0100
|
||||
@@ -19,7 +19,7 @@ cssparser = "0.23.0"
|
||||
bitflags = "1.0"
|
||||
euclid = "0.17"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
-malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
+malloc_size_of_derive = "0.1"
|
||||
selectors = { path = "../selectors" }
|
||||
serde = {version = "1.0", optional = true}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", optional = true}
|
||||
diff -up thunderbird-60.5.3/servo/components/style_traits/lib.rs.rust-1.33-build thunderbird-60.5.3/servo/components/style_traits/lib.rs
|
||||
--- thunderbird-60.5.3/servo/components/style_traits/lib.rs.rust-1.33-build 2019-03-04 19:17:27.000000000 +0100
|
||||
+++ thunderbird-60.5.3/servo/components/style_traits/lib.rs 2019-03-12 12:10:04.596635368 +0100
|
||||
|
Loading…
Reference in New Issue
Block a user