mirror of
https://gitee.com/openharmony/third_party_rust_rustc-hash
synced 2024-11-22 23:39:47 +00:00
fbcc679024
This version has already been published, yet the version change never arrived in the repo. Let's bump that in the Cargo.toml and README, so people don't copy old versions. Let's also fix a typo while we're here.
14 lines
340 B
TOML
14 lines
340 B
TOML
[package]
|
|
name = "rustc-hash"
|
|
version = "1.1.0"
|
|
authors = ["The Rust Project Developers"]
|
|
description = "speedy, non-cryptographic hash used in rustc"
|
|
license = "Apache-2.0/MIT"
|
|
readme = "README.md"
|
|
keywords = ["hash", "fxhash", "rustc"]
|
|
repository = "https://github.com/rust-lang-nursery/rustc-hash"
|
|
|
|
[features]
|
|
std = []
|
|
default = ["std"]
|