Skip to content

Commit

Permalink
Lower MSRV to 1.75 (#1316)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <christian@python.org>
  • Loading branch information
tiran authored Jun 5, 2024
1 parent 77f2b69 commit ebef5bd
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 ebef5bd

Please sign in to comment.