chore: set fixed versions
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
776db7274a
commit
7277e06c0b
20
Cargo.toml
20
Cargo.toml
@ -1,20 +1,16 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = ["crates/*", "examples/*", "ci"]
|
||||||
"crates/*",
|
|
||||||
"examples/*",
|
|
||||||
"ci"
|
|
||||||
]
|
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
cuddle-components = {path = "crates/cuddle-components"}
|
cuddle-components = { path = "crates/cuddle-components" }
|
||||||
dagger-components = {path = "crates/dagger-components"}
|
dagger-components = { path = "crates/dagger-components" }
|
||||||
dagger-cuddle-please = {path = "crates/dagger-cuddle-please"}
|
dagger-cuddle-please = { path = "crates/dagger-cuddle-please" }
|
||||||
dagger-rust = {path = "crates/dagger-rust"}
|
dagger-rust = { path = "crates/dagger-rust" }
|
||||||
ci = {path = "ci"}
|
ci = { path = "ci" }
|
||||||
|
|
||||||
dagger-sdk = "0.2.22"
|
dagger-sdk = "0.2.22"
|
||||||
eyre = "0.6.8"
|
eyre = "0.6.8"
|
||||||
tokio = "1.31.0"
|
tokio = "1.31.0"
|
||||||
dotenv = "*"
|
dotenv = "0.15.0"
|
||||||
async-trait = "*"
|
async-trait = "0.1.73"
|
||||||
|
@ -1 +0,0 @@
|
|||||||
|
|
Loading…
Reference in New Issue
Block a user