We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2202336 commit 7f9d802Copy full SHA for 7f9d802
1 file changed
ci/scripts/changed_crates.sh
@@ -53,7 +53,7 @@ cmd_changed_crates() {
53
# excludes internal crates without a manual exclusion list.
54
local crates
55
crates=$(cargo metadata --no-deps --format-version 1 | jq -r '
56
- .workspace_root + "/" as $root
+ (.workspace_root + "/") as $root
57
| .packages[]
58
| select(.publish != [])
59
| "\(.name) \(.manifest_path | ltrimstr($root) | rtrimstr("/Cargo.toml"))"
0 commit comments