diff rust/hg-cpython/Cargo.toml @ 47520:5decb7a49bb6

rust: bump rust-cpython version for 0.6.0 That function as a nice `is_none` method on `PyObject` that we will put to use. Differential Revision: https://phab.mercurial-scm.org/D10962
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 04 Jul 2021 20:41:27 +0200
parents 441024b279a6
children 4afd6cc447b9
line wrap: on
line diff
--- a/rust/hg-cpython/Cargo.toml	Sun Jul 04 20:40:10 2021 +0200
+++ b/rust/hg-cpython/Cargo.toml	Sun Jul 04 20:41:27 2021 +0200
@@ -28,5 +28,5 @@
 env_logger = "0.7.1"
 
 [dependencies.cpython]
-version = "0.5.2"
+version = "0.6.0"
 default-features = false