Skip to content

Commit

Permalink
feat(ci): explicitly mark tao-macros as a tao dependency on covector
Browse files Browse the repository at this point in the history
In #964 I forgot to update the tao-macros dependency on the tao Cargo.toml. Let's configure covector to handle that for us.
  • Loading branch information
lucasfernog committed Aug 21, 2024
1 parent 340684d commit 3615568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
},
"tao": {
"path": "./",
"manager": "rust"
"manager": "rust",
"dependencies": ["tao-macros"]
}
}
}

0 comments on commit 3615568

Please sign in to comment.