From f47f67971ad0af39a8dbd4c8e50d0d6a9f662f25 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 31 Oct 2023 19:35:47 -0700 Subject: [PATCH] Updated minimal supported Rust version for polars-lazy --- ext/polars/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/polars/Cargo.toml b/ext/polars/Cargo.toml index 8eb97b4e6f..f78bf8381b 100644 --- a/ext/polars/Cargo.toml +++ b/ext/polars/Cargo.toml @@ -4,7 +4,7 @@ version = "0.6.0" license = "MIT" authors = ["Andrew Kane "] edition = "2021" -rust-version = "1.70.0" +rust-version = "1.73.0" publish = false [lib]