From 8d756f728b83641f8847791eeb647488ee88379b Mon Sep 17 00:00:00 2001 From: svartalf Date: Sun, 18 Oct 2020 12:11:12 +0200 Subject: [PATCH] Bump uom again --- Cargo.toml | 3 --- heim-common/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 369e7728..e8ba123f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,3 @@ members = [ "benchmarks", "examples", ] - -[patch.crates-io] -uom = { git = "https://github.com/iliekturtles/uom.git", branch = "trait-bounds" } diff --git a/heim-common/Cargo.toml b/heim-common/Cargo.toml index da3b4eb3..2587c7db 100644 --- a/heim-common/Cargo.toml +++ b/heim-common/Cargo.toml @@ -16,7 +16,7 @@ cfg-if = "~1.0" futures-core = "^0.3" futures-util = { version = "^0.3", default-features = false } pin-utils = "0.1.0-alpha.4" -uom = { version = "0.29.0", default-features = false, features = ["autoconvert", "f32", "f64", "u64", "si", "std"] } +uom = { version = "0.30.0", default-features = false, features = ["autoconvert", "f32", "f64", "u64", "si", "std"] } backtrace = { version = "~0.3", optional = true } [target.'cfg(unix)'.dependencies]