Skip to content

Commit

Permalink
Enable Serde for re-exported Url (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored Jul 7, 2020
1 parent ee2826c commit 4c89e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ reqwest-0-10 = { version = "0.10", optional = true, features = ["blocking", "rus
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.9"
url = "2.1"
url = { version = "2.1", features = ["serde"] }

[dev-dependencies]
hex = "0.4"
Expand Down

0 comments on commit 4c89e46

Please sign in to comment.