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 98cefa6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ from [up-cpp][cpp-api-repo].
Using the recipes found in [up-conan-recipes][conan-recipe-repo], build these
Conan packages:

1. [up-core-api][spec-repo] - `conan create --version 1.6.0 --build=missing up-core-api/release`
1. [up-cpp][cpp-api-repo] - `conan create --version 1.0.1-rc1 --build=missing up-cpp/release`
2. [zenoh-c][zenoh-repo] - `conan create --version 0.11.0 zenoh-tmp/from-source`
1. [up-core-api][spec-repo] - `conan create --version 1.6.0-alpha3 --build=missing up-core-api/release`
1. [up-cpp][cpp-api-repo] - `conan create --version 1.0.1 --build=missing up-cpp/release`
2. [zenoh-c][zenoh-repo] - `conan create --version 1.0.0-rc6 zenohc-tmp/prebuilt`
2. [zenoh-c][zenoh-repo] - `conan create --version 1.0.0-rc6 zenohcpp-tmp/from-source`

**NOTE:** all `conan` commands in this document use Conan 2.x syntax. Please
adjust accordingly when using Conan 1.x.
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 98cefa6

Please sign in to comment.