rust: bump rust-cpython version to 0.7.2 stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Tue, 17 Sep 2024 16:40:24 +0200
branchstable
changeset 51869 37a079410507
parent 51841 102770bbf270
rust: bump rust-cpython version to 0.7.2 This version supports Python 3.12 while 0.7.1 did not.
rust/hg-cpython/Cargo.toml
--- a/rust/hg-cpython/Cargo.toml	Wed Sep 11 12:03:39 2024 +0200
+++ b/rust/hg-cpython/Cargo.toml	Tue Sep 17 16:40:24 2024 +0200
@@ -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"