diff options
Diffstat (limited to 'systems/_asset/test/Cargo.toml')
| -rw-r--r-- | systems/_asset/test/Cargo.toml | 2 |
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 |
