temporary patch to rocket_cors until new release

This commit is contained in:
Philippe Loctaux 2023-11-15 20:11:27 +01:00
parent e6d3329f6f
commit 2ae345800c

View file

@ -19,3 +19,7 @@ gen_passphrase = "0.1.1"
[profile.dev.package.sqlx-macros] [profile.dev.package.sqlx-macros]
opt-level = 3 opt-level = 3
# temporary
[patch.crates-io]
rocket_cors = { git = "https://github.com/j03-dev/rocket_cors", branch = "master" }