Skip to content

Commit 1d65fc0

Browse files
committed
fix: update l5x dependency to use path reference for consistency
1 parent 41f8b3b commit 1d65fc0

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

Cargo.lock

Lines changed: 2 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plcviz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = ["radevgit"]
1414
rust-version = "1.70"
1515

1616
[dependencies]
17-
l5x = "0.5"
17+
l5x = { version = "0.5", path = "../l5x" }
1818
plcopen = { version = "0.3", path = "../plcopen" }
1919
iec61131 = { version = "0.7", path = "../iec61131" }
2020
layout-rs = "0.1"

0 commit comments

Comments
 (0)