diff options
Diffstat (limited to 'legacy_actions/Cargo.toml')
| -rw-r--r-- | legacy_actions/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy_actions/Cargo.toml b/legacy_actions/Cargo.toml index 0ee8068..47567f0 100644 --- a/legacy_actions/Cargo.toml +++ b/legacy_actions/Cargo.toml @@ -7,7 +7,7 @@ version.workspace = true # Utils tcp_connection = { path = "../utils/tcp_connection" } -cfg_file = { path = "../utils/cfg_file", features = ["default"] } +cfg_file = { path = "../legacy_utils/cfg_file", features = ["default"] } sha1_hash = { path = "../utils/sha1_hash" } just_fmt = "0.1.2" |
