Skip to content

Commit

Permalink
Bug 1447998 - Update serde patching to go with WR PR 2577. r=jrmuizel
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: FIoM86Ok8zP
  • Loading branch information
staktrace committed Mar 28, 2018
1 parent 6ec6ee9 commit 79da769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .cargo/config.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
registry = 'https://github.com/rust-lang/crates.io-index'
replace-with = 'vendored-sources'

[source."https://github.com/gankro/serde"]
git = "https://github.com/gankro/serde"
branch = "deserialize_from_enums4"
[source."https://github.com/servo/serde"]
git = "https://github.com/servo/serde"
branch = "deserialize_from_enums5"
replace-with = "vendored-sources"

[source.vendored-sources]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ 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" }
serde_derive = { git = "https://github.com/servo/serde", branch = "deserialize_from_enums5" }

0 comments on commit 79da769

Please sign in to comment.