Skip to content

Commit 0f5798f

Browse files
committed
Auto merge of #343 - dtolnay-contrib:rustversion, r=Amanieu
Allow compiling on 1.56.0 Rust 1.56.1 is only adding a compile warning for certain hidden unicode codepoints in source code, which sounds totally unrelated to hashbrown. See https://blog.rust-lang.org/2021/11/01/Rust-1.56.1.html and rust-lang/rust@1.56.0...1.56.1. I don't see the point of forbidding users from compiling hashbrown using 1.56.0.
2 parents decf995 + 380055c commit 0f5798f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["hash", "no_std", "hashmap", "swisstable"]
1010
categories = ["data-structures", "no-std"]
1111
exclude = [".github", "/ci/*"]
1212
edition = "2021"
13-
rust-version = "1.56.1"
13+
rust-version = "1.56.0"
1414

1515
[dependencies]
1616
# For the default hasher

0 commit comments

Comments
 (0)