diff --git a/backon/Cargo.toml b/backon/Cargo.toml index 07d7468..de9d2c1 100644 --- a/backon/Cargo.toml +++ b/backon/Cargo.toml @@ -22,8 +22,8 @@ targets = [ [features] default = ["std-blocking-sleep", "tokio-sleep", "gloo-timers-sleep"] std-blocking-sleep = [] -gloo-timers-sleep = ["dep:gloo-timers", "gloo-timers?/futures"] -tokio-sleep = ["dep:tokio", "tokio?/time"] +gloo-timers-sleep = ["gloo-timers/futures"] +tokio-sleep = ["tokio/time"] [dependencies] fastrand = "2"