mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Use minimal dependency versions for MSRV tests on CI (#1109)
This commit is contained in:
@@ -26,4 +26,4 @@ rustversion = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
syn = { version = "1.0", features = ["full", "extra-traits"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
trybuild = "1.0"
|
||||
trybuild = "1.0.63"
|
||||
|
||||
Reference in New Issue
Block a user