File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
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
5
5
authors = [ " The Servo Project Developers" ]
6
6
description = " A string interning library for Rust, developed as part of the Servo project."
7
7
license = " MIT / Apache-2.0"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ In `Cargo.toml`:
12
12
13
13
``` toml
14
14
[dependencies ]
15
- string_cache = " 0.3 "
15
+ string_cache = " 0.4 "
16
16
```
17
17
18
18
In ` lib.rs ` :
@@ -31,7 +31,7 @@ In `Cargo.toml`:
31
31
build = " build.rs"
32
32
33
33
[dependencies ]
34
- string_cache = " 0.3 "
34
+ string_cache = " 0.4 "
35
35
36
36
[build-dependencies ]
37
37
string_cache_codegen = " 0.3"
You can’t perform that action at this time.
0 commit comments