add explicit branch name to rocket dependency

This commit is contained in:
Zachary Kohnen 2020-10-26 15:24:12 -04:00
parent fa8470e922
commit 4107763bc8
No known key found for this signature in database
GPG Key ID: BBCD8EBC910EB8AA
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 = { 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"