From 2ae345800c1143ee3cc394ab38baca5457c49185 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Wed, 15 Nov 2023 20:11:27 +0100 Subject: [PATCH] temporary patch to rocket_cors until new release --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cfdbcfa..05aff74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,3 +19,7 @@ gen_passphrase = "0.1.1" [profile.dev.package.sqlx-macros] opt-level = 3 + +# temporary +[patch.crates-io] +rocket_cors = { git = "https://github.com/j03-dev/rocket_cors", branch = "master" }