diff --git a/Cargo.toml b/Cargo.toml index 826ab08..baa6d41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ categories = ["encoding", "parser-implementations"] exclude = ["/.github", "/ci/*", "/scripts/*"] edition = "2021" resolver = "2" +rust-version = "1.60" [workspace] members = ["csv-core", "csv-index"]