chore/set-fixed-versions #10

Closed
kjuulh wants to merge 3 commits from chore/set-fixed-versions into main
2 changed files with 8 additions and 13 deletions
Showing only changes of commit 88802198d4 - 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.30.0"
dotenv = "*"
async-trait = "*"
dotenv = "0.15.0"
async-trait = "0.1.73"

View File

@@ -1 +0,0 @@