Remove futures-util's `async-await` feature

pull/55/head
Constantin Nickel 4 years ago committed by Sebastian Dröge
parent 93aeaa35c8
commit e0675f3adf
  1. 2
      Cargo.toml

@ -28,7 +28,7 @@ features = ["async-std-runtime", "tokio-runtime", "gio-runtime", "async-tls", "a
[dependencies]
log = "0.4"
futures-util = { version = "0.3", default-features = false, features = ["async-await", "sink", "std"] }
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
futures-io = { version = "0.3", default-features = false, features = ["std"] }
pin-project = "0.4"

Loading…
Cancel
Save