Skip to content

Commit

Permalink
Bug 1452603 - Update Cargo stuff for the serde bump. r=jrmuizel
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: HDxOYbIXcIN

--HG--
extra : rebase_source : 5e3fa7d72735b0e9c8adc4de552a637b35f368be
  • Loading branch information
staktrace committed Apr 12, 2018
1 parent 651d96b commit 576ecda
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_enums5"
branch = "deserialize_from_enums6"
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_enums5" }
serde_derive = { git = "https://github.com/servo/serde", branch = "deserialize_from_enums6" }

0 comments on commit 576ecda

Please sign in to comment.