diff --git a/crates/cuddle/examples/actions/project/actions/rust/Cargo.toml b/crates/cuddle/examples/actions/project/actions/rust/Cargo.toml index f67860c..90e3f6b 100644 --- a/crates/cuddle/examples/actions/project/actions/rust/Cargo.toml +++ b/crates/cuddle/examples/actions/project/actions/rust/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" [dependencies] anyhow = "1.0.91" -cuddle-actions = { git = "ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2" } +cuddle-actions = { git = "ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2", version = "0.2.0" } tokio = { version = "1.41.0", features = ["full"] }