Show More
@@ -159,9 +159,9 b' dependencies = [' | |||||
159 |
|
159 | |||
160 | [[package]] |
|
160 | [[package]] | |
161 | name = "cpython" |
|
161 | name = "cpython" | |
162 |
version = "0. |
|
162 | version = "0.7.0" | |
163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
163 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
164 | checksum = "8094679a4e9bfc8035572162624bc800eda35b5f9eff2537b9cd9aacc3d9782e" |
|
164 | checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664" | |
165 | dependencies = [ |
|
165 | dependencies = [ | |
166 | "libc", |
|
166 | "libc", | |
167 | "num-traits", |
|
167 | "num-traits", | |
@@ -655,9 +655,9 b' dependencies = [' | |||||
655 |
|
655 | |||
656 | [[package]] |
|
656 | [[package]] | |
657 | name = "python27-sys" |
|
657 | name = "python27-sys" | |
658 |
version = "0. |
|
658 | version = "0.7.0" | |
659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
659 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
660 | checksum = "5826ddbc5366eb0b0492040fdc25bf50bb49092c192bd45e80fb7a24dc6832ab" |
|
660 | checksum = "94670354e264300dde81a5864cbb6bfc9d56ac3dcf3a278c32cb52f816f4dfd1" | |
661 | dependencies = [ |
|
661 | dependencies = [ | |
662 | "libc", |
|
662 | "libc", | |
663 | "regex", |
|
663 | "regex", | |
@@ -665,9 +665,9 b' dependencies = [' | |||||
665 |
|
665 | |||
666 | [[package]] |
|
666 | [[package]] | |
667 | name = "python3-sys" |
|
667 | name = "python3-sys" | |
668 |
version = "0. |
|
668 | version = "0.7.0" | |
669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
669 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
670 | checksum = "b78af21b29594951a47fc3dac9b9eff0a3f077dec2f780ee943ae16a668f3b6a" |
|
670 | checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e" | |
671 | dependencies = [ |
|
671 | dependencies = [ | |
672 | "libc", |
|
672 | "libc", | |
673 | "regex", |
|
673 | "regex", |
@@ -21,13 +21,10 b' python27-bin = ["cpython/python27-sys"]' | |||||
21 | python3-bin = ["cpython/python3-sys"] |
|
21 | python3-bin = ["cpython/python3-sys"] | |
22 |
|
22 | |||
23 | [dependencies] |
|
23 | [dependencies] | |
|
24 | cpython = { version = "0.7.0", default-features = false } | |||
24 | crossbeam-channel = "0.4" |
|
25 | crossbeam-channel = "0.4" | |
25 | hg-core = { path = "../hg-core"} |
|
26 | hg-core = { path = "../hg-core"} | |
26 | libc = "0.2" |
|
27 | libc = "0.2" | |
27 | log = "0.4.8" |
|
28 | log = "0.4.8" | |
28 | env_logger = "0.7.1" |
|
29 | env_logger = "0.7.1" | |
29 | stable_deref_trait = "1.2.0" |
|
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