Skip to content

Commit

Permalink
msrv: bump to Rust 1.73
Browse files Browse the repository at this point in the history
Since our dependencies (`bstr` I think) now require a higher MSRV.
  • Loading branch information
BurntSushi committed Dec 31, 2024
1 parent 00b80bd commit a3c275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Unlicense/MIT"
categories = ["encoding", "parser-implementations"]
exclude = ["/.github", "/ci/*", "/scripts/*"]
edition = "2021"
rust-version = "1.65"
rust-version = "1.73"

[workspace]
members = ["csv-core", "csv-index"]
Expand Down

0 comments on commit a3c275c

Please sign in to comment.