Skip to content

Commit 9ea66dc

Browse files
1.27.2 Release
1 parent 1628b50 commit 9ea66dc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

RELEASES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 1.27.2 (2018-07-20)
2+
===========================
3+
4+
Compatibility Notes
5+
-------------------
6+
7+
- The borrow checker was fixed to avoid potential unsoundness when using
8+
match ergonomics: [#52213][52213].
9+
10+
[52213]: https://github.com/rust-lang/rust/issues/52213
11+
112
Version 1.27.1 (2018-07-10)
213
===========================
314

src/bootstrap/channel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use Build;
2424
use config::Config;
2525

2626
// The version number
27-
pub const CFG_RELEASE_NUM: &str = "1.27.1";
27+
pub const CFG_RELEASE_NUM: &str = "1.27.2";
2828

2929
pub struct GitInfo {
3030
inner: Option<Info>,

0 commit comments

Comments
 (0)