Skip to content

Commit 007c826

Browse files
committed
Switch to fork of debug_unreachable
Because the original debug_unreachable is abandoned and doesn't work correctly in modern Rust.
1 parent 89e0ef8 commit 007c826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "string_cache"
4-
version = "0.7.2" # Also update README.md when making a semver-breaking change
4+
version = "0.7.3" # Also update README.md when making a semver-breaking change
55
authors = [ "The Servo Project Developers" ]
66
description = "A string interning library for Rust, developed as part of the Servo project."
77
license = "MIT / Apache-2.0"
@@ -32,7 +32,7 @@ precomputed-hash = "0.1"
3232
lazy_static = "1"
3333
serde = "1"
3434
phf_shared = "0.7.4"
35-
debug_unreachable = "0.1.1"
35+
new_debug_unreachable = "1.0"
3636
string_cache_shared = {path = "./shared", version = "0.3"}
3737

3838
[dev-dependencies]

0 commit comments

Comments
 (0)