mirror of
https://github.com/nushell/nushell.git
synced 2025-08-24 04:15:27 +02:00
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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user