mirror of https://github.com/rwf2/Rocket.git
Don't enable unused 'futures' features.
This commit is contained in:
parent
74be9c68b1
commit
80cd30086a
|
@ -34,7 +34,7 @@ rmp-serde = { version = "0.15.0", optional = true }
|
|||
uuid_ = { package = "uuid", version = "0.8", optional = true, features = ["serde"] }
|
||||
|
||||
# Non-optional, core dependencies from here on out.
|
||||
futures = "0.3.0"
|
||||
futures = { version = "0.3.0", default-features = false, features = ["std"] }
|
||||
yansi = "0.5"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
num_cpus = "1.0"
|
||||
|
|
Loading…
Reference in New Issue