Use master instead of rev, because apparently that matters.

This commit is contained in:
projectmoon 2021-06-08 13:52:37 +00:00
parent 9a282cdf79
commit a25ba22014
1 changed files with 1 additions and 1 deletions

View File

@ -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"