From e3f3651832f988be0a6a0d1ec497af513e951939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8D=8CShawn?= Date: Sun, 25 Aug 2024 15:10:30 +0800 Subject: [PATCH] chore: Fix the required version of rust in README.md (#18357) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df1673c0dfe..5d7e3c3bf203 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ improvements point to the `main` branch of this repo. polars = { git = "https://github.com/pola-rs/polars", rev = "" } ``` -Requires Rust version `>=1.79`. +Requires Rust version `>=1.80`. ## Contributing