mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Disable default features on futures-util to drop proc macros.
This commit is contained in:
parent
f0712479cb
commit
570c253ffb
3 changed files with 2 additions and 29 deletions
|
@ -25,7 +25,7 @@ tui = { version = "0.15", default-features = false, features = ["crossterm"] }
|
|||
crossterm = { version = "0.19", features = ["event-stream"] }
|
||||
clap = { version = "3.0.0-beta.2 ", default-features = false, features = ["std", "cargo"] }
|
||||
|
||||
futures-util = { version = "0.3", features = ["std", "async-await"] }
|
||||
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
|
||||
|
||||
# Logging
|
||||
fern = "0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue