Skip to content

Commit ae37f79

Browse files
authored
Update appendix-07-nightly-rust.md to add maintenance time section
Update appendix-07-nightly-rust.md add maintenance time section
1 parent 19c40bf commit ae37f79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/appendix-07-nightly-rust.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ work as expected, you can report it to the team and get it fixed before the
114114
next stable release happens! Breakage in a beta release is relatively rare, but
115115
`rustc` is still a piece of software, and bugs do exist.
116116

117+
### Maintenance time
118+
119+
The community only supports the most recent stable version, which means the
120+
maintenance time of a stable version is six weeks. When a new stable version
121+
released, the old version reaches its EOL(end-of-life). But most previous stable
122+
versions will get security updates if needed.
123+
117124
### Unstable Features
118125

119126
There’s one more catch with this release model: unstable features. Rust uses a

0 commit comments

Comments
 (0)