diff --git a/dev/Cargo.toml b/dev/Cargo.toml index fe334b16..c57bc95d 100644 --- a/dev/Cargo.toml +++ b/dev/Cargo.toml @@ -199,7 +199,7 @@ edition = "2024" publish = false [dependencies] -tokio = { version = "1", features = ["fs", "macros", "rt", "rt-multi-thread"] } +tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread"] } [profile.release] panic = "abort"