From 9855774883906b6dacc0283c01ae626db8b960e8 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Sat, 22 Jul 2023 18:50:17 -0400 Subject: [PATCH] Explicit default dependency definition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c078883..3e5825d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ edition = "2021" publish = false [dependencies] -axum = { git = "https://github.com/tokio-rs/axum", branch = "main" } +axum = { git = "https://github.com/tokio-rs/axum", branch = "main", default-features = false }