Skip to content

Commit c80f438

Browse files
committed
chore: bump to v0.3.0
1 parent 4914666 commit c80f438

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ritelinked"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
authors = ["Chojan Shang <[email protected]>"]
55
edition = "2018"
66
description = "HashMap-like containers that hold their key-value pairs in a user controllable order"
@@ -27,8 +27,8 @@ inline-more-amortized = [ "inline-more", "amortized", "griddle/inline-more" ]
2727

2828
[dependencies]
2929
ahash_ = { version = "0.7", default-features = false, optional = true, package = "ahash" }
30-
hashbrown = { version = "0.9", default-features = false }
31-
griddle = { version = "0.4", default-features = false, optional = true }
30+
hashbrown = { version = "0.11", default-features = false }
31+
griddle = { version = "0.5.1", default-features = false, optional = true }
3232
serde_ = { version = "1.0", default-features = false, optional = true, package = "serde" }
3333

3434
[dev-dependencies]
@@ -37,7 +37,7 @@ fnv = "1.0.7"
3737
serde_test = "1.0"
3838
# bench
3939
criterion = "0.3"
40-
hashlink = "0.6"
40+
hashlink = "0.7"
4141
linked-hash-map = "0.5"
4242

4343
[[bench]]

0 commit comments

Comments
 (0)