changeset 48209 | 63e86fc9bfec |
parent 48207 | 4d5a13253d34 |
child 48554 | 99a0b5422cf5 |
--- a/rust/hg-cpython/Cargo.toml Sun Oct 03 13:14:43 2021 +0200 +++ b/rust/hg-cpython/Cargo.toml Tue Oct 12 15:43:45 2021 +0200 @@ -21,13 +21,10 @@ python3-bin = ["cpython/python3-sys"] [dependencies] +cpython = { version = "0.7.0", default-features = false } crossbeam-channel = "0.4" hg-core = { path = "../hg-core"} libc = "0.2" log = "0.4.8" env_logger = "0.7.1" stable_deref_trait = "1.2.0" - -[dependencies.cpython] -version = "0.6.0" -default-features = false