mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Add support for more recent nightlies than the manifest supports
This commit is contained in:
parent
262e8acd9f
commit
4671f871a6
4 changed files with 131 additions and 6 deletions
|
|
@ -18,6 +18,7 @@ sqlx = { version = "0.8.2", features = [
|
|||
"sqlite",
|
||||
] }
|
||||
tempfile = "3.12.0"
|
||||
time = { version = "0.3.36", features = ["formatting", "macros", "parsing"] }
|
||||
tokio = { version = "1.40.0", features = ["full"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue