We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 451f917 + e703fe6 commit 859fe86Copy full SHA for 859fe86
conanfile.py
@@ -9,7 +9,7 @@ class MainProject(ConanFile):
9
url = "https://rmc-github.robotic.dlr.de/robotkernel/module_ethercat"
10
exports_sources = ["*", "!.gitignore"]
11
requires = [
12
- "libethercat/[>=0.6.8]@common/unstable",
+ "libethercat/[>=0.7.0]@common/stable",
13
"robotkernel/[~6]@robotkernel/unstable",
14
"service_provider_memory_inspection/[~6]@robotkernel/unstable",
15
"service_provider_canopen_protocol/[~6]@robotkernel/unstable",
0 commit comments