Use master instead of rev, because apparently that matters.
This commit is contained in:
parent
9a282cdf79
commit
a25ba22014
|
@ -22,7 +22,7 @@ serialization = ["serde", "serde_derive", "unicase_serde"]
|
|||
|
||||
[dependencies]
|
||||
regex = "1.1"
|
||||
rocket = { rev="7595450adc1aa3892004f02b606706597eb924e9", git = "https://github.com/SergioBenitez/Rocket.git", default-features = false }
|
||||
rocket = { branch = "master", git = "https://github.com/SergioBenitez/Rocket.git", default-features = false }
|
||||
log = "0.4"
|
||||
unicase = "2.0"
|
||||
url = "2.1.0"
|
||||
|
|
Loading…
Reference in New Issue