Skip to content

Commit e838e1c

Browse files
author
bors-servo
authored
Auto merge of #206 - mbrubeck:debug_unreachable, r=KiChjang
Switch to fork of debug_unreachable Because the original debug_unreachable is abandoned and doesn't work correctly in modern Rust. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/206) <!-- Reviewable:end -->
2 parents 89e0ef8 + 007c826 commit e838e1c

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)