Skip to content

Commit cf74a86

Browse files
committed
Serde update is a breaking change
1 parent 45ceaeb commit cf74a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

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

33
name = "string_cache"
4-
version = "0.5.2" # Also update README.md when making a semver-breaking change
4+
version = "0.6.0" # 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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In `Cargo.toml`:
1212

1313
```toml
1414
[dependencies]
15-
string_cache = "0.5"
15+
string_cache = "0.6"
1616
```
1717

1818
In `lib.rs`:

0 commit comments

Comments
 (0)