chore: set fixed versions
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-12 20:07:36 +02:00
parent 776db7274a
commit 7277e06c0b
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
2 changed files with 8 additions and 13 deletions

View File

@ -1,20 +1,16 @@
[workspace]
members = [
"crates/*",
"examples/*",
"ci"
]
members = ["crates/*", "examples/*", "ci"]
resolver = "2"
[workspace.dependencies]
cuddle-components = {path = "crates/cuddle-components"}
dagger-components = {path = "crates/dagger-components"}
dagger-cuddle-please = {path = "crates/dagger-cuddle-please"}
dagger-rust = {path = "crates/dagger-rust"}
ci = {path = "ci"}
cuddle-components = { path = "crates/cuddle-components" }
dagger-components = { path = "crates/dagger-components" }
dagger-cuddle-please = { path = "crates/dagger-cuddle-please" }
dagger-rust = { path = "crates/dagger-rust" }
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 @@