From 18a6aa82019858a60d25b1cb7a521550beb03c64 Mon Sep 17 00:00:00 2001 From: Ben Sully Date: Mon, 2 Jan 2023 08:56:48 +0000 Subject: [PATCH] Try patching axum-macros --- crates/recipe-shuttle/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/recipe-shuttle/Cargo.toml b/crates/recipe-shuttle/Cargo.toml index 8f836ce..5922728 100644 --- a/crates/recipe-shuttle/Cargo.toml +++ b/crates/recipe-shuttle/Cargo.toml @@ -16,3 +16,6 @@ recipe-graphql = { git = "https://github.com/sd2k/recipes", branch = "embed-web" recipe-server = { git = "https://github.com/sd2k/recipes", branch = "embed-web", features = ["embed"] } shuttle-service = { version = "0.8.0", features = ["web-axum"] } sync_wrapper = "0.1.1" + +[patch.crates-io] +axum-macros = { git = "https://github.com/sd2k/axum", branch = "remove-rust-toolchain" }