Skip to content

Commit

Permalink
Auto merge of #343 - dtolnay-contrib:rustversion, r=Amanieu
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Jun 17, 2022
2 parents decf995 + 380055c commit 0f5798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["hash", "no_std", "hashmap", "swisstable"]
categories = ["data-structures", "no-std"]
exclude = [".github", "/ci/*"]
edition = "2021"
rust-version = "1.56.1"
rust-version = "1.56.0"

[dependencies]
# For the default hasher
Expand Down

0 comments on commit 0f5798f

Please sign in to comment.