Skip to content
Snippets Groups Projects
Commit 37a07941 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

rust: bump rust-cpython version to 0.7.2

This version supports Python 3.12 while 0.7.1 did not.
parent 102770bb
No related branches found
No related tags found
2 merge requests!982merge stable CI fixes into default.,!950rust: bump rust-cpython version to 0.7.2
......@@ -9,7 +9,7 @@
crate-type = ["cdylib"]
[dependencies]
cpython = { version = "0.7.1", features = ["extension-module"] }
cpython = { version = "0.7.2", features = ["extension-module"] }
crossbeam-channel = "0.5.6"
hg-core = { path = "../hg-core"}
libc = "0.2.137"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment