-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #276 from ZettaScaleLabs/update-submodules-1.0.2
chore: update zenoh-c and pico submodules
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule zenoh-c
updated
9 files
+1 −0 | .github/workflows/release.yml | |
+1 −0 | CMakeLists.txt | |
+44 −30 | Cargo.lock | |
+44 −30 | build-resources/opaque-types/Cargo.lock | |
+35 −10 | build.rs | |
+4 −1 | ci/scripts/bump-and-tag.bash | |
+0 −6 | include/zenoh.h | |
+400 −187 | include/zenoh_commons.h | |
+2 −315 | include/zenoh_macros.h |
Submodule zenoh-pico
updated
8 files
+1 −0 | .github/workflows/release.yml | |
+4 −1 | ci/scripts/bump-and-tag.bash | |
+2 −2 | examples/zephyr/z_get.c | |
+2 −2 | examples/zephyr/z_pub.c | |
+3 −3 | examples/zephyr/z_pull.c | |
+2 −2 | examples/zephyr/z_queryable.c | |
+2 −2 | examples/zephyr/z_sub.c | |
+1 −0 | zephyr/CMakeLists.txt |