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 1d256d0 commit 4528d77Copy full SHA for 4528d77
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "string_cache"
4
-version = "0.3.0"
+version = "0.3.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"
string-cache-codegen/Cargo.toml
name = "string_cache_codegen"
+version = "0.3.0" # Also update ../README.md when making a semver-breaking change
description = "A codegen library for string-cache, developed as part of the Servo project."
0 commit comments