Skip to content

Commit 0773e83

Browse files
authored
Merge pull request #40 from nnethercote/v1.2.0
Bump to version 1.2.0
2 parents 7ab3ddd + 4f07f81 commit 0773e83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "rustc-hash"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["The Rust Project Developers"]
55
description = "A speedy, non-cryptographic hashing algorithm used by rustc and Firefox"
66
license = "Apache-2.0/MIT"
77
readme = "README.md"
88
keywords = ["hash", "hasher", "fxhash", "rustc"]
99
repository = "https://github.com/rust-lang/rustc-hash"
10-
edition = "2018"
10+
edition = "2021"
1111

1212
[features]
1313
default = ["std"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ The `std` feature is on by default to enable collections.
2929
It can be turned off in `Cargo.toml` like so:
3030

3131
```toml
32-
rustc-hash = { version = "1.1", default-features = false }
32+
rustc-hash = { version = "1.2", default-features = false }
3333
```

0 commit comments

Comments
 (0)