Skip to content

Commit 0b22c39

Browse files
committed
Bump version to 0.4.0
1 parent deda107 commit 0b22c39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3.0" # Also update README.md when making a semver-breaking change
4+
version = "0.4.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In `Cargo.toml`:
1212

1313
```toml
1414
[dependencies]
15-
string_cache = "0.3"
15+
string_cache = "0.4"
1616
```
1717

1818
In `lib.rs`:
@@ -31,7 +31,7 @@ In `Cargo.toml`:
3131
build = "build.rs"
3232

3333
[dependencies]
34-
string_cache = "0.3"
34+
string_cache = "0.4"
3535

3636
[build-dependencies]
3737
string_cache_codegen = "0.3"

0 commit comments

Comments
 (0)