third_party_rust_rustc-hash/Cargo.toml
Jubilee Young fbcc679024 Bump version to 1.1.0 (already published)
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.
2020-08-15 10:37:11 -07:00

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"]