Skip to content

Commit 10a722b

Browse files
committed
chore: bump rust-version to 1.86.0, bump criterion to 0.8.2
1 parent a8be633 commit 10a722b

2 files changed

Lines changed: 77 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 75 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ and fast access to the underlying strings.
1212
"""
1313
categories = ["data-structures"]
1414
edition = "2024"
15-
rust-version = "1.85.0"
15+
rust-version = "1.86.0"
1616

1717
[dependencies]
1818
hashbrown = { version = "0.17.0", default-features = false, features = ["default-hasher", "raw-entry"] }
1919
serde = { version = "1.0", default-features = false, features = ["alloc"], optional = true }
2020

2121
[dev-dependencies]
2222
serde_json = "1.0"
23-
criterion = "0.7.0"
23+
criterion = "0.8.2"
2424
rustc-hash = "2.1.1"
2525

2626
[[bench]]

0 commit comments

Comments
 (0)