Skip to content

Commit

Permalink
Remove unused optional futures-core
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Oct 27, 2023
1 parent 06d20d3 commit 587c15e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ tokio1 = ["tokio_1", "std"]
[dependencies]
error-code = "3"

[dependencies.futures-core]
version = "0.3"
optional = true
default-features = true

[target.'cfg(any(target_os = "macos", target_os = "ios", windows, unix))'.dependencies]
libc = { version = "0.2.60", default-features = false }
tokio_1 = { package = "tokio", version = "1.15", default-features = false, optional = true, features = ["net"] }
Expand Down

0 comments on commit 587c15e

Please sign in to comment.