Skip to content

Commit

Permalink
chore: Remove unnecessary optional feature selectors (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
wackazong authored Nov 29, 2024
1 parent 893ffca commit c574c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c574c61

Please sign in to comment.