Skip to content

Commit 9f2014d

Browse files
committed
Lower MSRV to 1.75
Rust 1.75 is the lowest working Rust version. Signed-off-by: Christian Heimes <christian@python.org>
1 parent 77f2b69 commit 9f2014d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include = [
2424
"!tests/.pytest_cache",
2525
"!*.so",
2626
]
27-
rust-version = "1.76"
27+
rust-version = "1.75"
2828

2929
[dependencies]
3030
pyo3 = { version = "0.21.2", features = ["generate-import-lib", "num-bigint"] }

0 commit comments

Comments
 (0)