comparison rust/hg-cpython/Cargo.toml @ 44231:25ed4d8e707f

rust-cpython: bump cpython to 0.4 to switch to upstreamed PySharedRef
author Yuya Nishihara <yuya@tcha.org>
date Fri, 31 Jan 2020 00:01:29 +0900
parents 8d432d3a2d7c
children d8d4fa9a7f18
comparison
equal deleted inserted replaced
44230:3e794419d234 44231:25ed4d8e707f
23 [dependencies] 23 [dependencies]
24 hg-core = { path = "../hg-core" } 24 hg-core = { path = "../hg-core" }
25 libc = '*' 25 libc = '*'
26 26
27 [dependencies.cpython] 27 [dependencies.cpython]
28 version = "0.3" 28 version = "0.4"
29 default-features = false 29 default-features = false