From 60711d32afe184db17e791815498c8cf416a150d Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Wed, 3 Jan 2024 19:23:41 +0800 Subject: [PATCH] chore: remove unless modules on smol example --- examples/smol/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/smol/Cargo.toml b/examples/smol/Cargo.toml index 4bfc81e8..e03e3d9b 100644 --- a/examples/smol/Cargo.toml +++ b/examples/smol/Cargo.toml @@ -8,9 +8,6 @@ publish = false viz = { workspace = true, features = ["smol"] } # smol -async-executor = "1.8" -async-io = "2.2" -async-net = "2.0" -smol-hyper = "0.1.1" +async-net.workspace = true smol-macros = "0.1" macro_rules_attribute = "0.2"