aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 6ad661b..c6de186 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "hashlink"
-version = "0.6.0"
+version = "0.7.0"
authors = ["kyren <kerriganw@gmail.com>"]
edition = "2018"
description = "HashMap-like containers that hold their key-value pairs in a user controllable order"
@@ -17,8 +17,9 @@ circle-ci = { repository = "kyren/hashlink", branch = "master" }
serde_impl = ["serde"]
[dependencies]
-hashbrown = "0.9.0"
+hashbrown = "0.11.0"
serde = { version = "1.0", optional = true }
[dev-dependencies]
serde_test = "1.0"
+fxhash = "0.2.1"