-
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.
chore: update zenoh-c submodule to 1.0.0.12
- Loading branch information
1 parent
c80f66b
commit 15b2b12
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zenoh-c
updated
10 files
+30 −30 | Cargo.lock | |
+30 −30 | build-resources/opaque-types/Cargo.lock | |
+20 −2 | ci/scripts/bump-and-tag.bash | |
+214 −403 | include/zenoh_commons.h | |
+326 −2 | include/zenoh_macros.h | |
+8 −0 | src/closures/hello_closure.rs | |
+8 −0 | src/closures/query_closure.rs | |
+8 −0 | src/closures/reply_closure.rs | |
+8 −0 | src/closures/sample_closure.rs | |
+8 −0 | src/closures/zenohid_closure.rs |