Skip to content
Snippets Groups Projects
Verified Commit 5bc7d1aa authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DEPS: update boost dependency

parent e054766e
Branches
Tags
2 merge requests!33Release 0.1,!30Debug build
Pipeline #15728 failed
...@@ -14,7 +14,7 @@ class CaosdbConan(ConanFile): ...@@ -14,7 +14,7 @@ class CaosdbConan(ConanFile):
default_options = {"shared": False, "fPIC": True} default_options = {"shared": False, "fPIC": True}
generators = "cmake" generators = "cmake"
requires = [ requires = [
("boost/1.76.0"), ("boost/1.77.0"),
("grpc/1.39.1"), ("grpc/1.39.1"),
] ]
build_requires = [ build_requires = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment