##// END OF EJS Templates
rust: update the rust-cpython crate to 0.7.0...
Simon Sapin -
r49011:63e86fc9 default
parent child Browse files
Show More
@@ -159,9 +159,9 b' dependencies = ['
159 159
160 160 [[package]]
161 161 name = "cpython"
162 version = "0.6.0"
162 version = "0.7.0"
163 163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "8094679a4e9bfc8035572162624bc800eda35b5f9eff2537b9cd9aacc3d9782e"
164 checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664"
165 165 dependencies = [
166 166 "libc",
167 167 "num-traits",
@@ -655,9 +655,9 b' dependencies = ['
655 655
656 656 [[package]]
657 657 name = "python27-sys"
658 version = "0.6.0"
658 version = "0.7.0"
659 659 source = "registry+https://github.com/rust-lang/crates.io-index"
660 checksum = "5826ddbc5366eb0b0492040fdc25bf50bb49092c192bd45e80fb7a24dc6832ab"
660 checksum = "94670354e264300dde81a5864cbb6bfc9d56ac3dcf3a278c32cb52f816f4dfd1"
661 661 dependencies = [
662 662 "libc",
663 663 "regex",
@@ -665,9 +665,9 b' dependencies = ['
665 665
666 666 [[package]]
667 667 name = "python3-sys"
668 version = "0.6.0"
668 version = "0.7.0"
669 669 source = "registry+https://github.com/rust-lang/crates.io-index"
670 checksum = "b78af21b29594951a47fc3dac9b9eff0a3f077dec2f780ee943ae16a668f3b6a"
670 checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e"
671 671 dependencies = [
672 672 "libc",
673 673 "regex",
@@ -21,13 +21,10 b' python27-bin = ["cpython/python27-sys"]'
21 21 python3-bin = ["cpython/python3-sys"]
22 22
23 23 [dependencies]
24 cpython = { version = "0.7.0", default-features = false }
24 25 crossbeam-channel = "0.4"
25 26 hg-core = { path = "../hg-core"}
26 27 libc = "0.2"
27 28 log = "0.4.8"
28 29 env_logger = "0.7.1"
29 30 stable_deref_trait = "1.2.0"
30
31 [dependencies.cpython]
32 version = "0.6.0"
33 default-features = false
General Comments 0
You need to be logged in to leave comments. Login now