Skip to content

Commit

Permalink
Upgrade to edition 2021, set MSRV
Browse files Browse the repository at this point in the history
I used `cargo msrv -- cargo test` tool to find that 1.56.1 is the oldest satisfied MSRV
  • Loading branch information
nyurik committed Dec 12, 2023
1 parent aaaf5c7 commit ccb1f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/servo/rust-fnv"
documentation = "https://doc.servo.org/fnv/"
categories = ["algorithms", "data-structures"]
edition = "2021"
rust-version = "1.56"

[lib]
name = "fnv"
Expand Down

0 comments on commit ccb1f7c

Please sign in to comment.