Skip to content

Commit

Permalink
Auto merge of #201 - Eijebong:bump, r=jdm
Browse files Browse the repository at this point in the history
Update lazy_static to 1.0 and bump version

<!-- 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/201)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo authored Dec 4, 2017
2 parents ba076bf + abb9c61 commit 239c74c
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.0" # Also update README.md when making a semver-breaking change
version = "0.7.1" # 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 @@ -29,7 +29,7 @@ unstable = []

[dependencies]
precomputed-hash = "0.1"
lazy_static = "0.2"
lazy_static = "1"
serde = "1"
phf_shared = "0.7.4"
debug_unreachable = "0.1.1"
Expand Down

0 comments on commit 239c74c

Please sign in to comment.