Skip to content

Commit

Permalink
Update build script for Rust 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 7, 2024
1 parent c8401a5 commit c9401db
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 @@ -154,7 +154,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(80);
pub(crate) const LATEST: Self = Self::stable(81);

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

0 comments on commit c9401db

Please sign in to comment.