From 3615568cb01b14e78d8c305879adc8c1e10eded5 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Wed, 21 Aug 2024 09:15:55 -0300 Subject: [PATCH] feat(ci): explicitly mark tao-macros as a tao dependency on covector In #964 I forgot to update the tao-macros dependency on the tao Cargo.toml. Let's configure covector to handle that for us. --- .changes/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changes/config.json b/.changes/config.json index c1a0c2180..f121a03be 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -70,7 +70,8 @@ }, "tao": { "path": "./", - "manager": "rust" + "manager": "rust", + "dependencies": ["tao-macros"] } } }