Skip to content

Commit

Permalink
Update up-cpp to 0.1.2-dev and create release (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hartley authored Apr 20, 2024
1 parent 472be44 commit 008c319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class UpClientZenoh(ConanFile):
options = {"shared": [True, False], "fPIC": [True, False]}
conan_version = None
generators = "CMakeDeps"
version = "0.1.2-dev"
version = "0.1.3-dev"
exports_sources = "CMakeLists.txt", "lib/*", "test/*"

options = {
Expand Down Expand Up @@ -44,7 +44,7 @@ def requirements(self):
self.requires("gtest/1.14.0")
self.requires("boost/1.84.0")
if self.options.build_unbundled: #each componenet is built independently
self.requires("up-cpp/0.1.1-dev")
self.requires("up-cpp/0.1.2-dev")
if self.options.zenoh_package:
self.requires("zenohc/cci.20240213")
if self.options.build_cross_compiling :
Expand Down

0 comments on commit 008c319

Please sign in to comment.