From 30125600f6da00b68eedc0bf975ebae775920569 Mon Sep 17 00:00:00 2001 From: zkonge Date: Sun, 26 May 2019 15:30:34 +0800 Subject: [PATCH] Fix typo --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc90e4d6e07..0348e1a9fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -343,7 +343,7 @@ build` rebuilding when it shouldn't. [#6493](https://github.com/rust-lang/cargo/pull/6493) -## Cargo 1.31 (2019-12-06) +## Cargo 1.31 (2018-12-06) [36d96825...339d9f9c](https://github.com/rust-lang/cargo/compare/36d96825...339d9f9c) ### Added @@ -413,7 +413,7 @@ - Fixed some unnecessary recompiles when `panic=abort` is used. [#6170](https://github.com/rust-lang/cargo/pull/6170) -## Cargo 1.30 (2019-10-25) +## Cargo 1.30 (2018-10-25) [524a578d...36d96825](https://github.com/rust-lang/cargo/compare/524a578d...36d96825) ### Added