Skip to content

Commit ed3f51f

Browse files
committed
Update dependencies to use new_debug_unrechable
Because reem/rust-debug-unreachable#6 makes `debug_unreachable` enable debug checks even in release builds since Rust 1.0. This adds a duplicate dependency on `unreachable` until I have time to fork `ordered-float`, but it's a tiny dependency so we don't care.
1 parent a07c718 commit ed3f51f

File tree

4 files changed

+45
-55
lines changed

4 files changed

+45
-55
lines changed

Cargo.lock

Lines changed: 41 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/gfx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ libc = "0.2"
2929
log = "0.4"
3030
malloc_size_of = { path = "../malloc_size_of" }
3131
net_traits = {path = "../net_traits"}
32-
ordered-float = "0.4"
32+
new-ordered-float = "1.0"
3333
range = {path = "../range"}
3434
serde = "1.0"
3535
servo_arc = {path = "../servo_arc"}

components/layout/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ log = "0.4"
2727
malloc_size_of = { path = "../malloc_size_of" }
2828
msg = {path = "../msg"}
2929
net_traits = {path = "../net_traits"}
30-
ordered-float = "0.4"
30+
new-ordered-float = "1.0"
3131
parking_lot = "0.5"
3232
profile_traits = {path = "../profile_traits"}
3333
range = {path = "../range"}

components/style/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bitflags = "1.0"
3232
byteorder = "1.0"
3333
cfg-if = "0.1.0"
3434
cssparser = "0.23.0"
35-
debug_unreachable = "0.1.1"
35+
new_debug_unreachable = "1.0"
3636
encoding_rs = {version = "0.7", optional = true}
3737
euclid = "0.17"
3838
fallible = { path = "../fallible" }
@@ -49,7 +49,7 @@ matches = "0.1"
4949
num_cpus = {version = "1.1.0", optional = true}
5050
num-integer = "0.1.32"
5151
num-traits = "0.1.32"
52-
ordered-float = "0.4"
52+
new-ordered-float = "1.0"
5353
owning_ref = "0.3.3"
5454
parking_lot = "0.5"
5555
precomputed-hash = "0.1.1"

0 commit comments

Comments
 (0)