Skip to content

Commit

Permalink
retry deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nacardin committed Jul 12, 2024
1 parent 35c5f50 commit a6662b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ timer = ["async-io", "pin-project", "futures-lite", "fluvio-wasm-timer"]
fs = ["async-fs", "futures-lite", "pin-utils", "async-trait"]
zero_copy = ["nix", "task_unstable"]
mmap = ["fs", "memmap2", "task_unstable"]
retry = ["cfg-if"]
retry = ["timer", "cfg-if", "async-trait", "futures-util/io"]
doomsday = ["task", "sync"]
tokio1 = ["async-std/tokio1"]
attributes = []
Expand Down

0 comments on commit a6662b9

Please sign in to comment.