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]