From 9f2014dd791e1b3c0b3721ea83dd6fb92ebfbc4c Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 5 Jun 2024 06:36:39 +0200 Subject: [PATCH] Lower MSRV to 1.75 Rust 1.75 is the lowest working Rust version. Signed-off-by: Christian Heimes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f0ea441c..10b277cdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ include = [ "!tests/.pytest_cache", "!*.so", ] -rust-version = "1.76" +rust-version = "1.75" [dependencies] pyo3 = { version = "0.21.2", features = ["generate-import-lib", "num-bigint"] }