Bug 1438449 - Remove unused feature property from crate override. r?jrmuizel draft
authorKartikaya Gupta <kgupta@mozilla.com>
Thu, 15 Feb 2018 04:28:30 -0500
changeset 755384 04fa46366644622db3df07f6edaf9f5bc8c80e9e
parent 754870 e293877d13a5236119adb706c97c55ea9e11868b
push id99166
push userkgupta@mozilla.com
push dateThu, 15 Feb 2018 09:29:04 +0000
reviewersjrmuizel
bugs1438449
milestone60.0a1
Bug 1438449 - Remove unused feature property from crate override. r?jrmuizel MozReview-Commit-ID: 6twY57Hg4CC
toolkit/library/gtest/rust/Cargo.toml
toolkit/library/rust/Cargo.toml
--- a/toolkit/library/gtest/rust/Cargo.toml
+++ b/toolkit/library/gtest/rust/Cargo.toml
@@ -44,9 +44,9 @@ panic = "abort"
 opt-level = 2
 rpath = false
 debug-assertions = false
 panic = "abort"
 codegen-units = 1
 
 [patch.crates-io]
 libudev-sys = { path = "../../../../dom/webauthn/libudev-sys" }
-serde_derive = { git = "https://github.com/gankro/serde", branch = "deserialize_from_enums4", feature = "deserialize_in_place" }
+serde_derive = { git = "https://github.com/gankro/serde", branch = "deserialize_from_enums4" }
--- a/toolkit/library/rust/Cargo.toml
+++ b/toolkit/library/rust/Cargo.toml
@@ -44,9 +44,9 @@ panic = "abort"
 opt-level = 2
 rpath = false
 debug-assertions = false
 panic = "abort"
 codegen-units = 1
 
 [patch.crates-io]
 libudev-sys = { path = "../../../dom/webauthn/libudev-sys" }
-serde_derive = { git = "https://github.com/gankro/serde", branch = "deserialize_from_enums4", feature = "deserialize_in_place" }
+serde_derive = { git = "https://github.com/gankro/serde", branch = "deserialize_from_enums4" }