Update uom and heim dependencies (#2767)

v0.29.0 and earlier versions of `uom` fail to compile on nightly because
of now-ambiguous trait bounds. The issue was corrected in v0.30.0 of
`uom`. `uom` and `heim` dependencies have been updated to the
latest version to include this fix and allow nushell to compile on
nightly.

Co-authored-by: Boutin, Michael <mjboutin@ecolab.com>
This commit is contained in:
Mike Boutin
2020-12-15 14:27:21 -05:00
committed by GitHub
parent a30837298d
commit 10f5a8ef78
3 changed files with 138 additions and 169 deletions

View File

@@ -23,6 +23,6 @@ futures-timer = "3.0.2"
[dependencies.heim]
default-features = false
features = ["process"]
version = "0.1.0-beta.3"
version = "0.1.0-rc.1"
[build-dependencies]