aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig11
1 files changed, 6 insertions, 5 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index a056c3c..2a6b180 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,15 +1,16 @@
[package]
name = "hashbrown"
-version = "0.11.2"
+version = "0.12.1"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "A Rust port of Google's SwissTable hash map"
-license = "Apache-2.0/MIT"
+license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/hashbrown"
readme = "README.md"
keywords = ["hash", "no_std", "hashmap", "swisstable"]
categories = ["data-structures", "no-std"]
-exclude = [".travis.yml", "bors.toml", "/ci/*"]
-edition = "2018"
+exclude = [".github", "/ci/*"]
+edition = "2021"
+rust-version = "1.56.1"
[dependencies]
# For the default hasher
@@ -29,7 +30,7 @@ bumpalo = { version = "3.5.0", optional = true }
[dev-dependencies]
lazy_static = "1.4"
-rand = { version = "0.7.3", features = ["small_rng"] }
+rand = { version = "0.8.3", features = ["small_rng"] }
rayon = "1.0"
fnv = "1.0.7"
serde_test = "1.0"