Skip to content

Commit

Permalink
Auto merge of #206 - mbrubeck:debug_unreachable, r=KiChjang
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo authored Jun 4, 2018
2 parents 89e0ef8 + 007c826 commit e838e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

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

[dev-dependencies]
Expand Down

0 comments on commit e838e1c

Please sign in to comment.