[Updated] D9138: rust: update minimum supported Rust compiler version
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Thu Oct 1 15:32:58 UTC 2020
Closed by commit rHG7bd13bf99d1c: rust: update minimum supported Rust compiler version (authored by Alphare).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9138?vs=22969&id=22973
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9138/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9138
AFFECTED FILES
rust/README.rst
rust/hg-core/Cargo.toml
CHANGE DETAILS
diff --git a/rust/hg-core/Cargo.toml b/rust/hg-core/Cargo.toml
--- a/rust/hg-core/Cargo.toml
+++ b/rust/hg-core/Cargo.toml
@@ -27,10 +27,8 @@
zstd = "0.5.3"
rust-crypto = "0.2.36"
-# We don't use the `miniz-oxide` backend because its minimum Rust version is
-# `1.36`. However, this PR (https://github.com/Frommi/miniz_oxide/pull/84/files)
-# introduces a flag `no_extern_crate_alloc` to bring the requirement back down
-# to `1.34`.
+# We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
+# we have a clearer view of which backend is the fastest.
[dependencies.flate2]
version = "1.0.16"
features = ["zlib"]
diff --git a/rust/README.rst b/rust/README.rst
--- a/rust/README.rst
+++ b/rust/README.rst
@@ -61,8 +61,8 @@
Developing Rust
===============
-The current version of Rust in use is ``1.34.2``, because it's what Debian
-stable has. You can use ``rustup override set 1.34.2`` at the root of the repo
+The current version of Rust in use is ``1.41.1``, because it's what Debian
+stable has. You can use ``rustup override set 1.41.1`` at the root of the repo
to make it easier on you.
Go to the ``hg-cpython`` folder::
To: Alphare, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20201001/d7961d71/attachment-0002.html>
More information about the Mercurial-patches
mailing list