-
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-c from
2614936
to af53af3
Bumps [zenoh-c](https://github.com/eclipse-zenoh/zenoh-c) from `2614936` to `af53af3`. - [Release notes](https://github.com/eclipse-zenoh/zenoh-c/releases) - [Commits](eclipse-zenoh/zenoh-c@2614936...af53af3) --- updated-dependencies: - dependency-name: zenoh-c dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a9406fa
commit 2a5502c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zenoh-c
updated
22 files
+95 −76 | Cargo.lock | |
+6 −6 | Cargo.toml | |
+5 −5 | Cargo.toml.in | |
+94 −75 | build-resources/opaque-types/Cargo.lock | |
+3 −7 | build-resources/opaque-types/Cargo.toml | |
+70 −5 | build.rs | |
+4 −0 | docs/README.md | |
+153 −11 | docs/concepts.rst | |
+22 −0 | include/zenoh_commons.h | |
+24 −0 | include/zenoh_macros.h | |
+78 −22 | src/collections.rs | |
+25 −0 | src/commons.rs | |
+10 −1 | src/encoding.rs | |
+27 −3 | src/get.rs | |
+44 −42 | src/keyexpr.rs | |
+14 −0 | src/queryable.rs | |
+24 −0 | src/scouting.rs | |
+7 −5 | src/serialization.rs | |
+30 −3 | src/transmute.rs | |
+12 −2 | src/zbytes.rs | |
+16 −0 | tests/z_api_null_drop_test.c | |
+1 −1 | version.txt |