Skip to content

Commit

Permalink
Bug 1504507 - Update serde branch for changes in WR PR #3264. r=kats
Browse files Browse the repository at this point in the history
Depends on D10887

Differential Revision: https://phabricator.services.mozilla.com/D10889

--HG--
extra : moz-landing-system : lando
  • Loading branch information
WR Updater Bot committed Nov 5, 2018
1 parent a42012a commit 0b6d11e
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_enums8"
branch = "deserialize_from_enums9"
replace-with = "vendored-sources"

[source."https://github.com/retep998/winapi-rs"]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ codegen-units = 1

[patch.crates-io]
libudev-sys = { path = "dom/webauthn/libudev-sys" }
serde_derive = { git = "https://github.com/servo/serde", branch = "deserialize_from_enums8" }
serde_derive = { git = "https://github.com/servo/serde", branch = "deserialize_from_enums9" }
winapi = { git = "https://github.com/froydnj/winapi-rs", branch = "aarch64" }

0 comments on commit 0b6d11e

Please sign in to comment.