We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ceaeb commit cf74a86Copy full SHA for cf74a86
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "string_cache"
4
-version = "0.5.2" # Also update README.md when making a semver-breaking change
+version = "0.6.0" # Also update README.md when making a semver-breaking change
5
authors = [ "The Servo Project Developers" ]
6
description = "A string interning library for Rust, developed as part of the Servo project."
7
license = "MIT / Apache-2.0"
README.md
@@ -12,7 +12,7 @@ In `Cargo.toml`:
12
13
```toml
14
[dependencies]
15
-string_cache = "0.5"
+string_cache = "0.6"
16
```
17
18
In `lib.rs`:
0 commit comments