Skip to content

Commit c0736fd

Browse files
authored
Bump the version of Zenoh, up-spec, and up-rust. (#128)
* Bump the version of Zenoh, up-spec, and up-rust. Signed-off-by: ChenYing Kuo <evshary@gmail.com> * Update check-dependencies Signed-off-by: ChenYing Kuo <evshary@gmail.com> * Fix the missing version update. Signed-off-by: ChenYing Kuo <evshary@gmail.com> --------- Signed-off-by: ChenYing Kuo <evshary@gmail.com>
1 parent 0b48cd9 commit c0736fd

5 files changed

Lines changed: 93 additions & 61 deletions

File tree

.github/workflows/check-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
working-directory: ${{github.workspace}}
4242
run: |
4343
cargo tree --all-features --locked -e no-build,no-dev --prefix none --no-dedupe \
44-
| sed -n '2~1p' \
4544
| sort -u \
4645
| grep -v '^[[:space:]]*$' \
46+
| grep -v up-transport-zenoh-rust \
4747
| sed -E 's|([^ ]+) v([^ ]+).*|crate/cratesio/-/\1/\2|' \
4848
> DEPS.txt
4949
- name: Run Eclipse Dash Licenses tool

0 commit comments

Comments
 (0)