Skip to content

Commit ab7511d

Browse files
committed
Add edition to Cargo.toml and fix description typo
Edition added as 2018. 2015 throws errors. Version is not changed.
1 parent d76ecd5 commit ab7511d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
name = "rustc-hash"
33
version = "1.0.1"
44
authors = ["The Rust Project Developers"]
5-
description = "speed, non-cryptographic hash used in rustc"
5+
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", "fxhash", "rustc"]
99
repository = "https://github.com/rust-lang-nursery/rustc-hash"
10+
edition = "2018"
1011

1112
[features]
1213
std = []

0 commit comments

Comments
 (0)