Skip to content

Commit

Permalink
Lower MSRV to 1.75
Browse files Browse the repository at this point in the history
Rust 1.75 is the lowest working Rust version.

Signed-off-by: Christian Heimes <[email protected]>
  • Loading branch information
tiran committed Jun 5, 2024
1 parent 77f2b69 commit 9f2014d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 9f2014d

Please sign in to comment.