changeset 50298:dd12fc49f9e6 stable

rust: remove out-of-date comment We've migrated to a newer version of Rust, so it doesn't make sense anymore.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 06 Mar 2023 12:04:25 +0100
parents 3f31b8526d66
children 97a6d6bdbc08
files rust/hg-core/Cargo.toml
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rust/hg-core/Cargo.toml	Mon Mar 06 12:00:25 2023 +0100
+++ b/rust/hg-core/Cargo.toml	Mon Mar 06 12:04:25 2023 +0100
@@ -36,8 +36,6 @@
 memmap2 = { version = "0.5.8", features = ["stable_deref_trait"] }
 zstd = "0.12"
 format-bytes = "0.3.0"
-# once_cell 1.15 uses edition 2021, while the heptapod CI
-# uses an old version of Cargo that doesn't support it.
 once_cell = "1.16.0"
 
 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until