From 33ceb03efd66ffc2347dffea79568ce46bc48a82 Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Mon, 11 Jun 2018 20:11:28 +0100 Subject: [PATCH] Removed incorrect release note. fixes #51091 --- RELEASES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 0403a2ac1feb3..b7afb2717ec71 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -131,7 +131,6 @@ Cargo - [Cargo will now output path to custom commands when `-v` is passed with `--list`][cargo/5041] - [The Cargo binary version is now the same as the Rust version][cargo/5083] -- [`Cargo.lock` files are now included in published crates.][cargo/5093] Misc ---- @@ -235,7 +234,6 @@ Compatibility Notes [`String::retain`]: https://doc.rust-lang.org/std/string/struct.String.html#method.retain [cargo/5041]: https://github.com/rust-lang/cargo/pull/5041 [cargo/5083]: https://github.com/rust-lang/cargo/pull/5083 -[cargo/5093]: https://github.com/rust-lang/cargo/pull/5093 Version 1.25.0 (2018-03-29)