Skip to content

Commit b6a00c4

Browse files
jhprattv1olen
authored andcommitted
Disable default features, which are not used (lawliet89#69)
1 parent 30df29e commit b6a00c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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)