From 35c879447bdbcd859c9c4d31640b872523f46078 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 12 Mar 2019 15:17:56 +0100 Subject: [PATCH] Rust 1.33 build fixes --- rust-1.33-build.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/rust-1.33-build.patch b/rust-1.33-build.patch index bd939fd..1011a10 100644 --- a/rust-1.33-build.patch +++ b/rust-1.33-build.patch @@ -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