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 11[package ]
22
33name = " 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
55authors = [ " The Servo Project Developers" ]
66description = " A string interning library for Rust, developed as part of the Servo project."
77license = " MIT / Apache-2.0"
Original file line number Diff line number Diff 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
1818In ` lib.rs ` :
@@ -31,7 +31,7 @@ In `Cargo.toml`:
3131build = " build.rs"
3232
3333[dependencies ]
34- string_cache = " 0.3 "
34+ string_cache = " 0.4 "
3535
3636[build-dependencies ]
3737string_cache_codegen = " 0.3"
You can’t perform that action at this time.
0 commit comments