Skip to content

Commit

Permalink
Bug 1491577 - Switch from new-ordered-float back to ordered-float. r=…
Browse files Browse the repository at this point in the history
…emilio

The `new-ordered-float` fork has been merged back into the original
`ordered-float` crate.

This cherry-pics servo/servo#21681.
  • Loading branch information
mbrubeck authored and emilio committed Sep 15, 2018
1 parent 6191213 commit c6a0952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servo/components/style/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 c6a0952

Please sign in to comment.