Show More
@@ -61,8 +61,8 b' time to the python interpreter instead o' | |||||
61 | Developing Rust |
|
61 | Developing Rust | |
62 | =============== |
|
62 | =============== | |
63 |
|
63 | |||
64 |
The current version of Rust in use is ``1. |
|
64 | The current version of Rust in use is ``1.41.1``, because it's what Debian | |
65 |
stable has. You can use ``rustup override set 1. |
|
65 | stable has. You can use ``rustup override set 1.41.1`` at the root of the repo | |
66 | to make it easier on you. |
|
66 | to make it easier on you. | |
67 |
|
67 | |||
68 | Go to the ``hg-cpython`` folder:: |
|
68 | Go to the ``hg-cpython`` folder:: |
@@ -27,10 +27,8 b' memmap = "0.7.0"' | |||||
27 | zstd = "0.5.3" |
|
27 | zstd = "0.5.3" | |
28 | rust-crypto = "0.2.36" |
|
28 | rust-crypto = "0.2.36" | |
29 |
|
29 | |||
30 |
# We don't use the `miniz-oxide` backend |
|
30 | # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until | |
31 | # `1.36`. However, this PR (https://github.com/Frommi/miniz_oxide/pull/84/files) |
|
31 | # we have a clearer view of which backend is the fastest. | |
32 | # introduces a flag `no_extern_crate_alloc` to bring the requirement back down |
|
|||
33 | # to `1.34`. |
|
|||
34 | [dependencies.flate2] |
|
32 | [dependencies.flate2] | |
35 | version = "1.0.16" |
|
33 | version = "1.0.16" | |
36 | features = ["zlib"] |
|
34 | features = ["zlib"] |
General Comments 0
You need to be logged in to leave comments.
Login now