Skip to content

Commit 8ceb9da

Browse files
committed
fix: specify versions for dependencies in Cargo.toml
1 parent a096236 commit 8ceb9da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plceye/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ rust-version = "1.70"
1515

1616
[dependencies]
1717
# Format parsers
18-
l5x = { path = "../l5x" }
19-
plcopen = { path = "../plcopen" }
18+
l5x = { version = "0.3", path = "../l5x" }
19+
plcopen = { version = "0.1", path = "../plcopen" }
2020

2121
# ST parsing
22-
iecst = { path = "../iecst" }
22+
iecst = { version = "0.1", path = "../iecst" }
2323

2424
# Serialization
2525
quick-xml = { version = "0.37", features = ["serialize"] }

0 commit comments

Comments
 (0)