summaryrefslogtreecommitdiff
path: root/systems/sheet/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-24 18:35:03 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-24 18:35:03 +0800
commitf3b7620259682a5afc511556209e1fdd45c238de (patch)
tree19aa242fa5ebf649290fd4af41ad181dd779d961 /systems/sheet/Cargo.toml
parent00aa123a7cd74ee0307157fdbb31679c01f1db33 (diff)
Move sheet file R/W to v1 module
Diffstat (limited to 'systems/sheet/Cargo.toml')
-rw-r--r--systems/sheet/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"