From 943f6ba38ee1c2419f380fe58a93153f942c0e0e Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 22 Feb 2022 12:01:37 +0100 Subject: [PATCH] don't list empty `default` feature, its a noop --- axum-extra/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 7948d200..349134b8 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -11,7 +11,6 @@ repository = "https://github.com/tokio-rs/axum" version = "0.1.1" [features] -default = [] erased-json = ["serde_json", "serde"] typed-routing = ["axum-macros", "serde", "percent-encoding"]