Skip to content

Commit

Permalink
Switch from new-ordered-float back to ordered-float
Browse files Browse the repository at this point in the history
The `new-ordered-float` fork has been merged back into the original
`ordered-float` crate.
  • Loading branch information
mbrubeck committed Sep 11, 2018
1 parent 91ce5d8 commit a77d055
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/gfx/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ libc = "0.2"
log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
net_traits = {path = "../net_traits"}
new-ordered-float = "1.0"
ordered-float = "1.0"
packed_simd = {version = "0.1", optional = true}
range = {path = "../range"}
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
new-ordered-float = "1.0"
ordered-float = "1.0"
parking_lot = "0.6"
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -50,7 +50,7 @@ num_cpus = {version = "1.1.0", optional = true}
num-integer = "0.1"
num-traits = "0.2"
num-derive = "0.2"
new-ordered-float = "1.0"
ordered-float = "1.0"
owning_ref = "0.3.3"
parking_lot = "0.6"
precomputed-hash = "0.1.1"
Expand Down

0 comments on commit a77d055

Please sign in to comment.