Skip to content

Commit

Permalink
Bug 1468950 - Update serde_derive patch for changes in WR PR 2819. r=…
Browse files Browse the repository at this point in the history
…Gankro

MozReview-Commit-ID: 6xBQ69vttXr
  • Loading branch information
staktrace committed Jun 21, 2018
1 parent d1cc2f6 commit c8d8fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit c8d8fab

Please sign in to comment.