From 44b1dbf784f813471398e3a1a885c24e63a7041e Mon Sep 17 00:00:00 2001 From: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> Date: Sun, 18 Aug 2024 17:26:34 +0200 Subject: [PATCH] use nightly --- src/rust/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 3ff8292fa..12815dc57 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -2,9 +2,12 @@ name = "r-polars" version = "0.42.0" edition = "2021" -rust-version = "1.81.0" +# rust-version = "1.81.0" publish = false +[toolchain] +channel = "nightly" + [lib] crate-type = ['staticlib', 'rlib']