Opt-out unused heim features from sys/ps plugins. (#1335)

This commit is contained in:
Andrés N. Robalino
2020-02-04 01:51:14 -05:00
committed by GitHub
parent c6da56949c
commit 7a0bc6bc46
4 changed files with 14 additions and 8 deletions

View File

@ -16,10 +16,15 @@ nu-source = { path = "../nu-source", version = "0.9.0" }
nu-errors = { path = "../nu-errors", version = "0.9.0" }
futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] }
heim = "0.0.9"
futures-timer = "1.0.3"
pin-utils = "0.1.0-alpha.4"
futures-util = "0.3.1"
[dependencies.heim]
version = "0.0.9"
default-features = false
features = ["process", "runtime-polyfill"]
[build-dependencies]
nu-build = { version = "0.9.0", path = "../nu-build" }

View File

@ -12,10 +12,15 @@ nu-protocol = { path = "../nu-protocol", version = "0.9.0" }
nu-source = { path = "../nu-source", version = "0.9.0" }
nu-errors = { path = "../nu-errors", version = "0.9.0" }
heim = "0.0.9"
futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] }
battery = "0.7.5"
futures-util = "0.3.1"
[dependencies.heim]
version = "0.0.9"
default-features = false
features = ["host", "cpu", "memory", "disk", "net", "sensors", "runtime-polyfill"]
[build-dependencies]
nu-build = { version = "0.9.0", path = "../nu-build" }