Skip to content

Commit

Permalink
build: update to stable serde
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Mar 23, 2018
1 parent 036d6dd commit fd67bb7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ authors = ["Sentry <[email protected]>"]
failure = "0.1.1"
failure_derive = "0.1.1"
url = "1.7.0"
serde = "1.0"
serde_derive = "1.0"
serde = "1.0.34"
serde_derive = "1.0.34"
serde_json = "1.0"
serde_plain = "0.3.0"
url_serde = "0.2.0"
chrono = { version = "0.4.0", features = ["serde"] }
uuid = { version = "0.6.2", features = ["serde", "v4"] }

[patch.crates-io]
serde = { git = "https://github.com/mitsuhiko/serde", branch = "feature/flatten" }
serde_derive = { git = "https://github.com/mitsuhiko/serde", branch = "feature/flatten" }
serde_derive_internals = { git = "https://github.com/mitsuhiko/serde", branch = "feature/flatten" }

0 comments on commit fd67bb7

Please sign in to comment.