-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump zenoh-pico from
5d7a490
to 1238f04
Bumps [zenoh-pico](https://github.com/eclipse-zenoh/zenoh-pico) from `5d7a490` to `1238f04`. - [Release notes](https://github.com/eclipse-zenoh/zenoh-pico/releases) - [Commits](eclipse-zenoh/zenoh-pico@5d7a490...1238f04) --- updated-dependencies: - dependency-name: zenoh-pico dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
2962e51
commit 62b886a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zenoh-pico
updated
23 files
+1 −1 | .github/workflows/ci.yml | |
+1 −0 | CMakeLists.txt | |
+39 −3 | docs/api.rst | |
+26 −26 | include/zenoh-pico/api/handlers.h | |
+88 −13 | include/zenoh-pico/api/macros.h | |
+55 −30 | include/zenoh-pico/api/olv_macros.h | |
+40 −6 | include/zenoh-pico/api/primitives.h | |
+5 −0 | include/zenoh-pico/api/types.h | |
+7 −0 | include/zenoh-pico/collections/intmap.h | |
+2 −1 | include/zenoh-pico/config.h | |
+2 −1 | include/zenoh-pico/config.h.in | |
+1 −1 | include/zenoh-pico/net/reply.h | |
+9 −1 | include/zenoh-pico/protocol/core.h | |
+63 −24 | src/api/api.c | |
+2 −2 | src/api/liveliness.c | |
+4 −1 | src/api/serialization.c | |
+1 −0 | src/collections/bytes.c | |
+1 −1 | src/net/query.c | |
+3 −4 | src/net/reply.c | |
+3 −0 | src/net/sample.c | |
+5 −0 | src/protocol/core.c | |
+1 −1 | tests/z_collections_test.c | |
+1 −1 | tests/z_msgcodec_test.c |