##// END OF EJS Templates
rust-cpython: bump cpython crates to 0.3...
Yuya Nishihara -
r43483:9bbe08ab default
parent child Browse files
Show More
@@ -33,13 +33,13 b' dependencies = ['
33
33
34 [[package]]
34 [[package]]
35 name = "cpython"
35 name = "cpython"
36 version = "0.2.1"
36 version = "0.3.0"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 dependencies = [
38 dependencies = [
39 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
39 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
40 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
40 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
41 "python27-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
41 "python27-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
42 "python3-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
42 "python3-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
43 ]
43 ]
44
44
45 [[package]]
45 [[package]]
@@ -63,11 +63,11 b' dependencies = ['
63 name = "hg-cpython"
63 name = "hg-cpython"
64 version = "0.1.0"
64 version = "0.1.0"
65 dependencies = [
65 dependencies = [
66 "cpython 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
66 "cpython 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
67 "hg-core 0.1.0",
67 "hg-core 0.1.0",
68 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
68 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
69 "python27-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
69 "python27-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
70 "python3-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
70 "python3-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
71 ]
71 ]
72
72
73 [[package]]
73 [[package]]
@@ -100,7 +100,7 b' source = "registry+https://github.com/ru'
100
100
101 [[package]]
101 [[package]]
102 name = "python27-sys"
102 name = "python27-sys"
103 version = "0.2.1"
103 version = "0.3.0"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 dependencies = [
105 dependencies = [
106 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
106 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -109,7 +109,7 b' dependencies = ['
109
109
110 [[package]]
110 [[package]]
111 name = "python3-sys"
111 name = "python3-sys"
112 version = "0.2.1"
112 version = "0.3.0"
113 source = "registry+https://github.com/rust-lang/crates.io-index"
113 source = "registry+https://github.com/rust-lang/crates.io-index"
114 dependencies = [
114 dependencies = [
115 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
115 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -304,14 +304,14 b' source = "registry+https://github.com/ru'
304 "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
304 "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
305 "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
305 "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
306 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
306 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
307 "checksum cpython 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b489034e723e7f5109fecd19b719e664f89ef925be785885252469e9822fa940"
307 "checksum cpython 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85532c648315aeb0829ad216a6a29aa3212cf9319bc7f6daf1404aa0bdd1485f"
308 "checksum fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81f7f8eb465745ea9b02e2704612a9946a59fa40572086c6fd49d6ddcf30bf31"
308 "checksum fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81f7f8eb465745ea9b02e2704612a9946a59fa40572086c6fd49d6ddcf30bf31"
309 "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
309 "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
310 "checksum libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74"
310 "checksum libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74"
311 "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
311 "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
312 "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
312 "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
313 "checksum python27-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "56114c37d4dca82526d74009df7782a28c871ac9d36b19d4cb9e67672258527e"
313 "checksum python27-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "372555e88a6bc8109eb641380240dc8d25a128fc48363ec9075664daadffdd5b"
314 "checksum python3-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "61e4aac43f833fd637e429506cb2ac9d7df672c4b68f2eaaa163649b7fdc0444"
314 "checksum python3-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f3a8ebed3f1201fda179f3960609dbbc10cd8c75e9f2afcb03788278f367d8ea"
315 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
315 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
316 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
316 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
317 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
317 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
@@ -23,13 +23,13 b' hg-core = { path = "../hg-core" }'
23 libc = '*'
23 libc = '*'
24
24
25 [dependencies.cpython]
25 [dependencies.cpython]
26 version = "*"
26 version = "0.3"
27 default-features = false
27 default-features = false
28
28
29 [dependencies.python27-sys]
29 [dependencies.python27-sys]
30 version = "0.2.1"
30 version = "0.3"
31 optional = true
31 optional = true
32
32
33 [dependencies.python3-sys]
33 [dependencies.python3-sys]
34 version = "0.2.1"
34 version = "0.3"
35 optional = true
35 optional = true
General Comments 0
You need to be logged in to leave comments. Login now