From 89db85d20204b70165cd267135fd1043444390f8 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 13 Nov 2021 17:38:09 +0100 Subject: [PATCH] axum-debug: Move axum dependency to dev-dependencies (#506) --- axum-debug/Cargo.toml | 2 +- axum-debug/src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/axum-debug/Cargo.toml b/axum-debug/Cargo.toml index e3b65921..b61093c2 100644 --- a/axum-debug/Cargo.toml +++ b/axum-debug/Cargo.toml @@ -18,7 +18,7 @@ proc-macro = true proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full"] } -axum = { path = "../axum", version = "0.3" } [dev-dependencies] +axum = { path = "../axum", version = "0.3" } trybuild = "1.0" diff --git a/axum-debug/src/lib.rs b/axum-debug/src/lib.rs index c1321d0f..d0fdba77 100644 --- a/axum-debug/src/lib.rs +++ b/axum-debug/src/lib.rs @@ -77,8 +77,8 @@ //! //! Macros in this crate have no effect when using release profile. (eg. `cargo build --release`) //! -//! [`axum`]: axum -//! [`Handler`]: axum::handler::Handler +//! [`axum`]: https://docs.rs/axum/0.3 +//! [`Handler`]: https://docs.rs/axum/0.3/axum/handler/trait.Handler.html //! [`debug_handler`]: macro@debug_handler #![warn(