Skip to content

Commit a3c275c

Browse files
committed
msrv: bump to Rust 1.73
Since our dependencies (`bstr` I think) now require a higher MSRV.
1 parent 00b80bd commit a3c275c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "Unlicense/MIT"
1212
categories = ["encoding", "parser-implementations"]
1313
exclude = ["/.github", "/ci/*", "/scripts/*"]
1414
edition = "2021"
15-
rust-version = "1.65"
15+
rust-version = "1.73"
1616

1717
[workspace]
1818
members = ["csv-core", "csv-index"]

0 commit comments

Comments
 (0)