mirror of
https://gitee.com/openharmony/third_party_rust_rustc-hash
synced 2024-11-23 07:49:54 +00:00
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.
This commit is contained in:
parent
5e09ea0a1c
commit
fbcc679024
@ -1,8 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rustc-hash"
|
name = "rustc-hash"
|
||||||
version = "1.0.1"
|
version = "1.1.0"
|
||||||
authors = ["The Rust Project Developers"]
|
authors = ["The Rust Project Developers"]
|
||||||
description = "speed, non-cryptographic hash used in rustc"
|
description = "speedy, non-cryptographic hash used in rustc"
|
||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["hash", "fxhash", "rustc"]
|
keywords = ["hash", "fxhash", "rustc"]
|
||||||
|
@ -31,7 +31,7 @@ This crate can be used as a `no_std` crate by disabling the `std`
|
|||||||
feature, which is on by default, as follows:
|
feature, which is on by default, as follows:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
rustc-hash = { version = "1.0", default-features = false }
|
rustc-hash = { version = "1.1", default-features = false }
|
||||||
```
|
```
|
||||||
|
|
||||||
In this configuration, `FxHasher` is the only export, and the
|
In this configuration, `FxHasher` is the only export, and the
|
||||||
|
Loading…
Reference in New Issue
Block a user