chore: set fixed versions #11

Merged
kjuulh merged 1 commits from chore/fixed-versions into main 2023-08-12 20:19:08 +02:00
2 changed files with 8 additions and 13 deletions
Showing only changes of commit 7277e06c0b - Show all commits

View File

@@ -1,9 +1,5 @@
[workspace]
members = [
"crates/*",
"examples/*",
"ci"
]
members = ["crates/*", "examples/*", "ci"]
resolver = "2"
[workspace.dependencies]
@@ -16,5 +12,5 @@ ci = {path = "ci"}
dagger-sdk = "0.2.22"
eyre = "0.6.8"
tokio = "1.31.0"
dotenv = "*"
async-trait = "*"
dotenv = "0.15.0"
async-trait = "0.1.73"

View File

@@ -1 +0,0 @@