We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b70cc8 commit ef00733Copy full SHA for ef00733
build.rs
@@ -373,7 +373,7 @@ mod version {
373
// The known latest stable version. If we unable to determine
374
// the rustc version, we assume this is the current version.
375
// It is no problem if this is older than the actual latest stable.
376
- pub(crate) const LATEST: Self = Self::stable(75);
+ pub(crate) const LATEST: Self = Self::stable(76);
377
378
const fn stable(minor: u32) -> Self {
379
Self { minor, nightly: false, commit_date: Date::UNKNOWN }
0 commit comments