From 5dd853c5371bf26d7bf3774f3c03088fb15f84a3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 25 Feb 2026 07:35:08 +0800 Subject: Replace string_proc with just_fmt and add hex_display dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" } -- cgit