Assign a specific rocket version

This commit is contained in:
greg 2017-12-31 15:46:08 -08:00
parent 9ec983dc20
commit ae65687a93
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ colored = "1.5"
serde = "1.0.15"
serde_derive = "1.0.15"
serde_json = "1.0.3"
rocket = "*"
rocket_codegen = "*"
rocket_contrib = "*"
rocket = "0.3.5"
rocket_codegen = "0.3.5"
rocket_contrib = "0.3.5"
phf = "0.7.12"
includedir = "0.2.0"