]> git.lizzy.rs Git - rust.git/commitdiff
Removed incorrect release note. fixes #51091
authorAaron Power <theaaronepower@gmail.com>
Mon, 11 Jun 2018 19:11:28 +0000 (20:11 +0100)
committerAaron Power <theaaronepower@gmail.com>
Mon, 11 Jun 2018 19:11:28 +0000 (20:11 +0100)
RELEASES.md

index 0403a2ac1feb3c71f6f3e42f1c948bd5908ce067..b7afb2717ec71a42319c01f4110bab3f51f5061b 100644 (file)
@@ -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)