From f3b7620259682a5afc511556209e1fdd45c238de Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 24 Feb 2026 18:35:03 +0800 Subject: Move sheet file R/W to v1 module --- systems/sheet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/sheet/Cargo.toml') diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml index 074f511..657c567 100644 --- a/systems/sheet/Cargo.toml +++ b/systems/sheet/Cargo.toml @@ -13,7 +13,7 @@ asset_system = { path = "../_asset" } tokio = { version = "1.48", features = ["full"] } thiserror = "1.0.69" -just_fmt = "0.1" +just_fmt = "0.1.2" memmap2 = "0.9" sha2 = "0.10.8" -- cgit