diff --git a/crates/dagger-sdk/Cargo.toml b/crates/dagger-sdk/Cargo.toml index bf6bced..446777c 100644 --- a/crates/dagger-sdk/Cargo.toml +++ b/crates/dagger-sdk/Cargo.toml @@ -11,7 +11,7 @@ publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dagger-core = { path = "../dagger-core", version = "^0.2.3" } +dagger-core = { path = "../dagger-core", version = "0.2.3" } base64 = "0.21.0" eyre = "0.6.8"