##// END OF EJS Templates
rust: move Cargo.lock...
Gregory Szorc -
r35619:98b87b83 default
parent child Browse files
Show More
@@ -11,7 +11,7 b' name = "cpython"'
11 version = "0.1.0"
11 version = "0.1.0"
12 source = "git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52#c90d65cf84abfffce7ef54476bbfed56017a2f52"
12 source = "git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52#c90d65cf84abfffce7ef54476bbfed56017a2f52"
13 dependencies = [
13 dependencies = [
14 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
14 "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
15 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
15 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
16 "python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
16 "python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
17 ]
17 ]
@@ -21,7 +21,7 b' name = "hgcli"'
21 version = "0.1.0"
21 version = "0.1.0"
22 dependencies = [
22 dependencies = [
23 "cpython 0.1.0 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
23 "cpython 0.1.0 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
24 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
24 "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
25 "python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
25 "python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
26 ]
26 ]
27
27
@@ -36,7 +36,7 b' dependencies = ['
36
36
37 [[package]]
37 [[package]]
38 name = "libc"
38 name = "libc"
39 version = "0.2.34"
39 version = "0.2.35"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41
41
42 [[package]]
42 [[package]]
@@ -44,7 +44,7 b' name = "memchr"'
44 version = "0.1.11"
44 version = "0.1.11"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46 dependencies = [
46 dependencies = [
47 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
47 "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
48 ]
48 ]
49
49
50 [[package]]
50 [[package]]
@@ -57,7 +57,7 b' name = "python27-sys"'
57 version = "0.1.2"
57 version = "0.1.2"
58 source = "git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52#c90d65cf84abfffce7ef54476bbfed56017a2f52"
58 source = "git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52#c90d65cf84abfffce7ef54476bbfed56017a2f52"
59 dependencies = [
59 dependencies = [
60 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
60 "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
61 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
61 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
62 ]
62 ]
63
63
@@ -84,7 +84,7 b' version = "2.0.0"'
84 source = "registry+https://github.com/rust-lang/crates.io-index"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 dependencies = [
85 dependencies = [
86 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
86 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
87 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
87 "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
88 ]
88 ]
89
89
90 [[package]]
90 [[package]]
@@ -114,7 +114,7 b' source = "registry+https://github.com/ru'
114 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
114 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
115 "checksum cpython 0.1.0 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)" = "<none>"
115 "checksum cpython 0.1.0 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)" = "<none>"
116 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
116 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
117 "checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"
117 "checksum libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)" = "96264e9b293e95d25bfcbbf8a88ffd1aedc85b754eba8b7d78012f638ba220eb"
118 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
118 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
119 "checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070"
119 "checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070"
120 "checksum python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)" = "<none>"
120 "checksum python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)" = "<none>"
General Comments 0
You need to be logged in to leave comments. Login now