mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Use minimal dependency versions for MSRV tests on CI (#1109)
This commit is contained in:
@@ -4,4 +4,9 @@ members = [
|
||||
"axum-core",
|
||||
"axum-extra",
|
||||
"axum-macros",
|
||||
|
||||
# internal crate used to bump the minimum versions we
|
||||
# get for some dependencies which otherwise wouldn't build
|
||||
# with `cargo +nightly update -Z minimal-versions`
|
||||
"internal-minimal-versions",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user