Skip to content

Commit e703fe6

Browse files
committed
fix: switched to libethercat stable
1 parent 1f82f1a commit e703fe6

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.6.8]@common/stable",
1313
"robotkernel/[~5]@robotkernel/stable",
1414
"service_provider_memory_inspection/[~5]@robotkernel/stable",
1515
"service_provider_canopen_protocol/[~5 >=5.1.10]@robotkernel/stable",

0 commit comments

Comments
 (0)