Skip to content

Commit

Permalink
Update build script for Rust 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 17, 2024
1 parent ef5ffee commit e0d59b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ mod version {
// The known latest stable version. If we unable to determine
// the rustc version, we assume this is the current version.
// It is no problem if this is older than the actual latest stable.
pub(crate) const LATEST: Self = Self::stable(81);
pub(crate) const LATEST: Self = Self::stable(82);

const fn stable(minor: u32) -> Self {
Self { minor, nightly: false, commit_date: Date::UNKNOWN }
Expand Down

0 comments on commit e0d59b7

Please sign in to comment.