Skip to content

Commit ef00733

Browse files
committed
Update build script for Rust 1.76
1 parent 7b70cc8 commit ef00733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ mod version {
373373
// The known latest stable version. If we unable to determine
374374
// the rustc version, we assume this is the current version.
375375
// It is no problem if this is older than the actual latest stable.
376-
pub(crate) const LATEST: Self = Self::stable(75);
376+
pub(crate) const LATEST: Self = Self::stable(76);
377377

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

0 commit comments

Comments
 (0)