[Improvement]: Don't pull in axum 0.6 when trying shuttle-axum feature 'axum-0-7' #1474
Closed
1 task done
Labels
S-Triage
Awaiting decision for what to do
T-Improvement
Improvement or addition to existing features
Describe the improvement
updating a project to use axum 0.7, using
shuttle-axum = { version = "0.35.0", default-features = false, features = ["axum-0-7"], optional = false }
, unfortunately still adds axum 0.6 through the transitiveshuttle-runtime
and its ownshuttle-common
dependency. I couldn't find a way to disable this by disabling default and optional features on common/runtime.Duplicate declaration
The text was updated successfully, but these errors were encountered: