Skip to content

Commit

Permalink
1.27.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jul 18, 2018
1 parent 1628b50 commit 9ea66dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 1.27.2 (2018-07-20)
===========================

Compatibility Notes
-------------------

- The borrow checker was fixed to avoid potential unsoundness when using
match ergonomics: [#52213][52213].

[52213]: https://github.com/rust-lang/rust/issues/52213

Version 1.27.1 (2018-07-10)
===========================

Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Build;
use config::Config;

// The version number
pub const CFG_RELEASE_NUM: &str = "1.27.1";
pub const CFG_RELEASE_NUM: &str = "1.27.2";

pub struct GitInfo {
inner: Option<Info>,
Expand Down

0 comments on commit 9ea66dc

Please sign in to comment.