Skip to content

Commit

Permalink
Update serde to 1.0.58 + serde-rs/serde#1278
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed May 24, 2018
1 parent 5084aae commit 7966184
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 43 deletions.
69 changes: 29 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ debug = true
panic = "abort"

[patch.crates-io]
serde_derive = { git = "https://github.com/servo/serde", branch = "deserialize_from_enums6", feature="deserialize_in_place" }
serde_derive = { git = "https://github.com/servo/serde", branch = "deserialize_from_enums7", feature="deserialize_in_place" }
4 changes: 2 additions & 2 deletions webrender_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ bitflags = "1.0"
byteorder = "1.2.1"
ipc-channel = {version = "0.10.0", optional = true}
euclid = { version = "0.17", features = ["serde"] }
serde = { version = "=1.0.37", features = ["rc"] }
serde_derive = { version = "=1.0.37", features = ["deserialize_in_place"] }
serde = { version = "=1.0.58", features = ["rc"] }
serde_derive = { version = "=1.0.58", features = ["deserialize_in_place"] }
serde_bytes = "0.10"
time = "0.1"

Expand Down

0 comments on commit 7966184

Please sign in to comment.