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"] }