aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-05-19 15:39:13 -0700
committerJoel Galenson <jgalenson@google.com>2021-05-19 15:39:13 -0700
commite30d42e8fe4b64ad02e14bb18767f26f53fc1f07 (patch)
tree88390f1a9f0ab00e0ed8b47c06a1b2bf73d448d3 /Cargo.toml.orig
parent25b6e21c78c960133408b16b25378e892ce9f096 (diff)
downloadhashlink-e30d42e8fe4b64ad02e14bb18767f26f53fc1f07.tar.gz
Upgrade rust/crates/hashlink to 0.7.0
Test: make Change-Id: Icb994f873166a9e8b6ebe569eb171cf90e0a0778
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"