summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-25 07:35:08 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-25 07:35:08 +0800
commit5dd853c5371bf26d7bf3774f3c03088fb15f84a3 (patch)
treee1969ed067fd3cb90a43d09318699b828cfc11cf /Cargo.toml
parente9ace17f75e6e0f422d189f10a70c9232de226ce (diff)
Replace string_proc with just_fmt and add hex_display dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 340b41e..072b8c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ regex = "1.12"
[dependencies]
# Just Enough VCS
-just_enough_vcs = { path = "../VersionControl", features = ["all"] }
+just_enough_vcs = { path = "../VersionControl", features = ["all", "deprecated"] }
# RenderSystem Macros
render_system_macros = { path = "macros/render_system_macros" }