Skip to content

Commit afa0d1c

Browse files
committed
Upgrade guanaqo
1 parent ef34f22 commit afa0d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def export_sources(self):
5959

6060
def requirements(self):
6161
self.requires(
62-
"guanaqo/1.0.0-alpha.16", transitive_headers=True, transitive_libs=True
62+
"guanaqo/1.0.0-alpha.17", transitive_headers=True, transitive_libs=True
6363
)
6464
if self.options.with_ocp:
6565
self.requires("eigen/3.4.0", transitive_headers=True)

0 commit comments

Comments
 (0)