From 4107763bc83fd538765a26d7a22f88b1a1a3a5e9 Mon Sep 17 00:00:00 2001 From: Zachary Kohnen <14093962+DusterTheFirst@users.noreply.github.com> Date: Mon, 26 Oct 2020 15:24:12 -0400 Subject: [PATCH] add explicit branch name to rocket dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d8693c..c6c6e99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"