Skip to content

Commit dd3c7bb

Browse files
authored
specify rust-version in Cargo.toml (#101)
1 parent 67545c1 commit dd3c7bb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and fast access to the underlying strings.
1212
"""
1313
categories = ["data-structures"]
1414
edition = "2021"
15+
rust-version = "1.65.0"
1516

1617
[dependencies]
1718
hashbrown = { version = "0.16.0", default-features = false, features = ["default-hasher", "raw-entry"] }

0 commit comments

Comments
 (0)