chore(ci): with async/await

This commit is contained in:
2023-02-19 22:51:34 +01:00
parent 04990247ba
commit 45d6462037
3 changed files with 44 additions and 41 deletions

View File

@@ -8,5 +8,6 @@ edition = "2021"
[dependencies]
clap = "4.1.6"
color-eyre = "0.6.2"
dagger-sdk = "0.2.6"
dagger-sdk = "0.2.8"
eyre = "0.6.8"
tokio = { version = "1.25.0", features = ["full"] }