We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a096236 commit 8ceb9daCopy full SHA for 8ceb9da
plceye/Cargo.toml
@@ -15,11 +15,11 @@ rust-version = "1.70"
15
16
[dependencies]
17
# Format parsers
18
-l5x = { path = "../l5x" }
19
-plcopen = { path = "../plcopen" }
+l5x = { version = "0.3", path = "../l5x" }
+plcopen = { version = "0.1", path = "../plcopen" }
20
21
# ST parsing
22
-iecst = { path = "../iecst" }
+iecst = { version = "0.1", path = "../iecst" }
23
24
# Serialization
25
quick-xml = { version = "0.37", features = ["serialize"] }
0 commit comments