Skip to content

Commit

Permalink
Update dependency to zenoh-cpp 1.0.0.6
Browse files Browse the repository at this point in the history
Current uProtocol spec requires this release for compatibility. It
corresponds to the zenoh rust core at 1.0.0-alpha6.
  • Loading branch information
gregmedd committed Aug 17, 2024
1 parent 81d3bfe commit 13df2c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build zenohcpp conan package
shell: bash
run: |
conan create --version 1.0.0-rc5 up-conan-recipes/zenohc-tmp/prebuilt
conan create --version 1.0.0-rc5 up-conan-recipes/zenohcpp-tmp/from-source
conan create --version 1.0.0-rc6 up-conan-recipes/zenohc-tmp/prebuilt
conan create --version 1.0.0-rc6 up-conan-recipes/zenohcpp-tmp/from-source
- name: Fetch up-transport-zenoh-cpp
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[requires]
up-cpp/[^1.0.1]
zenohcpp/1.0.0-rc5
zenohc/1.0.0-rc5
zenohcpp/1.0.0-rc6
zenohc/1.0.0-rc6
spdlog/[~1.13]
up-core-api/[~1.6, include_prerelease]
protobuf/[~3.21]
Expand Down

0 comments on commit 13df2c5

Please sign in to comment.