From 46310baaaec59bb845e28b94699a89ec6fc8ed34 Mon Sep 17 00:00:00 2001 From: ttyS3 Date: Mon, 22 Aug 2022 22:44:51 +0800 Subject: [PATCH] fix: update to axum-macros to use main branch to report right error message --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 887fd23..14ada75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ base64 = "0.13.0" percent-encoding = "2.1.0" time = { version = "0.3.13", features = ["formatting"] } clap = { version = "3.2.17", features = ["derive"] } -axum-macros = "0.2.3" +axum-macros = { git = "https://github.com/tokio-rs/axum.git", branch = "main"} [patch.crates-io] #tokio = { git = "https://github.com/tokio-rs/tokio.git", branch = "master" }