We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ea46e commit 7d1af19Copy full SHA for 7d1af19
1 file changed
.github/workflows/check-dependencies.yaml
@@ -41,9 +41,9 @@ jobs:
41
working-directory: ${{github.workspace}}
42
run: |
43
cargo tree --all-features --locked -e no-build,no-dev --prefix none --no-dedupe \
44
- | sed -n '2~1p' \
45
| sort -u \
46
| grep -v '^[[:space:]]*$' \
+ | grep -v up-transport-zenoh-rust \
47
| sed -E 's|([^ ]+) v([^ ]+).*|crate/cratesio/-/\1/\2|' \
48
> DEPS.txt
49
- name: Run Eclipse Dash Licenses tool
0 commit comments