Skip to content

Commit c75dcb2

Browse files
jhprattlawliet89
authored andcommitted
Disable default features, which are not used (#69)
1 parent 2827c8a commit c75dcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serialization = ["serde", "serde_derive", "unicase_serde"]
2222

2323
[dependencies]
2424
regex = "1.1"
25-
rocket = "0.4.0"
25+
rocket = { version = "0.4.0", default-features = false }
2626
log = "0.3"
2727
unicase = "2.0"
2828
url = "1.7.2"

0 commit comments

Comments
 (0)