summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-12-15 18:34:45 -0800
committerGitHub <noreply@github.com>2020-12-15 21:34:45 -0500
commit49cfc75aca75ccda53f1dd40be584f82094389fb (patch)
tree9bf67d5926b4dce7bd5c39aa7aed17da5b9772a9 /Cargo.toml
parent7272786e86955eec4a288c56f43402b379ff6eb2 (diff)
deps: Update to heim 0.1 (#354)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55773ddd..1bf78295 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,7 +59,7 @@ fern = { version = "0.6.0", optional=true }
log = { version="0.4.11", optional=true }
[target.'cfg(not(any(target_arch = "arm", target_arch = "aarch64")))'.dependencies]
-heim = "0.0.11"
+heim = { version = "0.1.0-rc.1", features = ["disk", "memory", "net", "sensors"] }
[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"