aboutsummaryrefslogtreecommitdiff
path: root/systems/_asset/test
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-04 16:01:36 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-04 16:01:36 +0800
commitee580ab885b35a95a00496d8629b59d0afdb0974 (patch)
tree9037eeb46123b9eaa1509a3589a6a01a84995434 /systems/_asset/test
parent934dae69dddffbef6243a138c29979b72830e67f (diff)
Fix dependenciesmain
Diffstat (limited to 'systems/_asset/test')
-rw-r--r--systems/_asset/test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/_asset/test/Cargo.toml b/systems/_asset/test/Cargo.toml
index 3ac0779..57fb93e 100644
--- a/systems/_asset/test/Cargo.toml
+++ b/systems/_asset/test/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2024"
[dependencies]
asset_system = { path = "../" }
-tokio = { version = "1.48.0", features = ["full"] }
+tokio.workspace = true