# HG changeset patch # User Raphaël Gomès # Date 2023-03-06 11:04:25 # Node ID dd12fc49f9e6ed0baecada872813cfeacb4fdfc4 # Parent 3f31b8526d66e1da645b78e5b41cfa05d455d529 rust: remove out-of-date comment We've migrated to a newer version of Rust, so it doesn't make sense anymore. 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 @@ -36,8 +36,6 @@ log = "0.4.17" 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