Skip to content

Commit

Permalink
Don't enable unused 'futures' features.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Aug 20, 2021
1 parent 74be9c6 commit 80cd300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 80cd300

Please sign in to comment.