Skip to content

Commit c76d984

Browse files
author
Steven Hartley
authored
Changing the version in conan file. (#15)
Now that we created a tag, pull down the tag. unbundled is a concept in non-opensource build systems (now how we are building it in eclipse).
1 parent 08a012d commit c76d984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class UpClientZenoh(ConanFile):
4040

4141
def requirements(self):
4242
if self.options.build_unbundled:
43-
self.requires("up-cpp/1.5.1")
43+
self.requires("up-cpp/0.1.5.0-dev")
4444
self.requires("zenohc/cci.20240213")
4545
self.requires("protobuf/3.21.12" + ("@cross/cross" if self.options.build_cross_compiling else ""))
4646
else:

0 commit comments

Comments
 (0)