Skip to content

Commit 14ae86a

Browse files
authored
Set rust-version in Cargo.toml (#288)
1 parent 4a5bb75 commit 14ae86a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22
name = "string_cache"
33
version = "0.8.8" # Also update README.md when making a semver-breaking change
4-
authors = [ "The Servo Project Developers" ]
4+
authors = ["The Servo Project Developers"]
55
description = "A string interning library for Rust, developed as part of the Servo project."
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/servo/string-cache"
8-
documentation = "https://docs.rs/string_cache/"
8+
documentation = "https://docs.rs/string_cache"
99
edition = "2018"
10+
rust-version = "1.70.0"
1011

1112
# Do not `exclude` ./string-cache-codegen because we want to include
1213
# ./string-cache-codegen/shared.rs, and `include` is a pain to use

0 commit comments

Comments
 (0)