From c8d8faba9323a6e5b58e0e2a5cd5f5da33fe7a69 Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Thu, 21 Jun 2018 08:15:40 -0400 Subject: [PATCH] Bug 1468950 - Update serde_derive patch for changes in WR PR 2819. r=Gankro MozReview-Commit-ID: 6xBQ69vttXr --- .cargo/config.in | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.in b/.cargo/config.in index 54a83a16a9a5f..94742feaa91ca 100644 --- a/.cargo/config.in +++ b/.cargo/config.in @@ -9,7 +9,7 @@ replace-with = 'vendored-sources' [source."https://github.com/servo/serde"] git = "https://github.com/servo/serde" -branch = "deserialize_from_enums7" +branch = "deserialize_from_enums8" replace-with = "vendored-sources" [source.vendored-sources] diff --git a/Cargo.toml b/Cargo.toml index 7f0f26c3657bd..3ba8c5506f254 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,4 +59,4 @@ codegen-units = 1 [patch.crates-io] libudev-sys = { path = "dom/webauthn/libudev-sys" } -serde_derive = { git = "https://github.com/servo/serde", branch = "deserialize_from_enums7" } +serde_derive = { git = "https://github.com/servo/serde", branch = "deserialize_from_enums8" }