##// END OF EJS Templates
rust: bump rust-cpython version to 0.7.2...
marmoute -
r52762:37a07941 stable
parent child Browse files
Show More
@@ -9,7 +9,7 b" name='rusthg'"
9 crate-type = ["cdylib"]
9 crate-type = ["cdylib"]
10
10
11 [dependencies]
11 [dependencies]
12 cpython = { version = "0.7.1", features = ["extension-module"] }
12 cpython = { version = "0.7.2", features = ["extension-module"] }
13 crossbeam-channel = "0.5.6"
13 crossbeam-channel = "0.5.6"
14 hg-core = { path = "../hg-core"}
14 hg-core = { path = "../hg-core"}
15 libc = "0.2.137"
15 libc = "0.2.137"
General Comments 0
You need to be logged in to leave comments. Login now