We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5bb75 commit 14ae86aCopy full SHA for 14ae86a
Cargo.toml
@@ -1,12 +1,13 @@
1
[package]
2
name = "string_cache"
3
version = "0.8.8" # Also update README.md when making a semver-breaking change
4
-authors = [ "The Servo Project Developers" ]
+authors = ["The Servo Project Developers"]
5
description = "A string interning library for Rust, developed as part of the Servo project."
6
license = "MIT OR Apache-2.0"
7
repository = "https://github.com/servo/string-cache"
8
-documentation = "https://docs.rs/string_cache/"
+documentation = "https://docs.rs/string_cache"
9
edition = "2018"
10
+rust-version = "1.70.0"
11
12
# Do not `exclude` ./string-cache-codegen because we want to include
13
# ./string-cache-codegen/shared.rs, and `include` is a pain to use
0 commit comments