Skip to content

Commit

Permalink
Set rust-version in Cargo.toml (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet authored Feb 1, 2025
1 parent 4a5bb75 commit 14ae86a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "string_cache"
version = "0.8.8" # Also update README.md when making a semver-breaking change
authors = [ "The Servo Project Developers" ]
authors = ["The Servo Project Developers"]
description = "A string interning library for Rust, developed as part of the Servo project."
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/string-cache"
documentation = "https://docs.rs/string_cache/"
documentation = "https://docs.rs/string_cache"
edition = "2018"
rust-version = "1.70.0"

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

0 comments on commit 14ae86a

Please sign in to comment.