Skip to content

Commit 859fe86

Browse files
committed
Merge branch 'master' into release/6.0.0
2 parents 451f917 + e703fe6 commit 859fe86

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
@@ -9,7 +9,7 @@ class MainProject(ConanFile):
99
url = "https://rmc-github.robotic.dlr.de/robotkernel/module_ethercat"
1010
exports_sources = ["*", "!.gitignore"]
1111
requires = [
12-
"libethercat/[>=0.6.8]@common/unstable",
12+
"libethercat/[>=0.7.0]@common/stable",
1313
"robotkernel/[~6]@robotkernel/unstable",
1414
"service_provider_memory_inspection/[~6]@robotkernel/unstable",
1515
"service_provider_canopen_protocol/[~6]@robotkernel/unstable",

0 commit comments

Comments
 (0)