Skip to content

Commit

Permalink
Disable default features, which are not used (lawliet89#69)
Browse files Browse the repository at this point in the history
jhpratt authored and v1olen committed Mar 18, 2021

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler
1 parent 30df29e commit b6a00c4
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
@@ -22,7 +22,7 @@ serialization = ["serde", "serde_derive", "unicase_serde"]

[dependencies]
regex = "1.1"
rocket = "0.4.0"
rocket = { version = "0.4.0", default-features = false }
log = "0.3"
unicase = "2.0"
url = "1.7.2"

0 comments on commit b6a00c4

Please sign in to comment.