Skip to content

Commit

Permalink
Bump uom again
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Oct 18, 2020
1 parent 5c33479 commit 8d756f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Expand Up @@ -35,6 +35,3 @@ members = [
"benchmarks",
"examples",
]

[patch.crates-io]
uom = { git = "https://github.com/iliekturtles/uom.git", branch = "trait-bounds" }
2 changes: 1 addition & 1 deletion heim-common/Cargo.toml
Expand Up @@ -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]
Expand Down

0 comments on commit 8d756f7

Please sign in to comment.