mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Switch from new-ordered-float back to ordered-float
The `new-ordered-float` fork has been merged back into the original `ordered-float` crate.
This commit is contained in:
parent
91ce5d805c
commit
a77d05538b
4 changed files with 17 additions and 17 deletions
|
@ -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"
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue