Use minimal dependency versions for MSRV tests on CI (#1109)

This commit is contained in:
David Pedersen
2022-06-27 20:44:20 +02:00
committed by GitHub
parent cb207472f4
commit f6b1d35c51
6 changed files with 49 additions and 8 deletions
+5
View File
@@ -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",
]