diff --git a/crates/goose-acp/Cargo.toml b/crates/goose-acp/Cargo.toml index 69be0e5af957..b0829fc0f2ba 100644 --- a/crates/goose-acp/Cargo.toml +++ b/crates/goose-acp/Cargo.toml @@ -45,7 +45,7 @@ bytes = { workspace = true } http-body-util = "0.1.3" uuid = { workspace = true, features = ["v7"] } schemars = { workspace = true, features = ["derive"] } -goose-acp-macros = { version = "1.24.0", path = "../goose-acp-macros" } +goose-acp-macros = { path = "../goose-acp-macros" } [dev-dependencies] assert-json-diff = "2.0.2"