changeset 51869:37a079410507 stable

rust: bump rust-cpython version to 0.7.2 This version supports Python 3.12 while 0.7.1 did not.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 17 Sep 2024 16:40:24 +0200
parents 102770bbf270
children
files rust/hg-cpython/Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"