mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-17 12:43:28 +02:00
with actual versions
This commit is contained in:
@@ -14,8 +14,8 @@ publish = true
|
||||
members = ["crates/dagger-codegen", "crates/dagger-sdk", "crates/dagger-core"]
|
||||
|
||||
[dependencies]
|
||||
dagger-codegen = { path = "crates/dagger-codegen", version = "*" }
|
||||
dagger-core = { path = "crates/dagger-core", version = "*" }
|
||||
dagger-codegen = { path = "crates/dagger-codegen", version = "0.2.0" }
|
||||
dagger-core = { path = "crates/dagger-core", version = "0.2.0" }
|
||||
|
||||
clap = "4.1.4"
|
||||
dirs = "4.0.0"
|
||||
|
Reference in New Issue
Block a user