From a25ba220140030e4553936a8ae130af0d89318dd Mon Sep 17 00:00:00 2001 From: projectmoon Date: Tue, 8 Jun 2021 13:52:37 +0000 Subject: [PATCH] Use master instead of rev, because apparently that matters. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 304f373..c6c6e99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"