summaryrefslogtreecommitdiff
path: root/legacy_actions
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-25 15:24:18 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-25 15:24:18 +0800
commitfcbd18c4b7d90388a9a2b9e28555d2526727958c (patch)
tree0de680895d6a162a99356d6e4d733942a339275e /legacy_actions
parent8b96e8171c4e9d6516fd63d37cbe613bd5927a04 (diff)
Replace string_proc with just_fmt as external dependency
Diffstat (limited to 'legacy_actions')
-rw-r--r--legacy_actions/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/legacy_actions/Cargo.toml b/legacy_actions/Cargo.toml
index a49e1b0..7c9e078 100644
--- a/legacy_actions/Cargo.toml
+++ b/legacy_actions/Cargo.toml
@@ -9,7 +9,8 @@ version.workspace = true
tcp_connection = { path = "../utils/tcp_connection" }
cfg_file = { path = "../utils/cfg_file", features = ["default"] }
sha1_hash = { path = "../utils/sha1_hash" }
-string_proc = { path = "../utils/string_proc" }
+
+just_fmt = "0.1.2"
# Core dependencies
action_system = { path = "../systems/action" }