Skip to content

Commit de8b7a5

Browse files
committed
Update appendix-07-nightly-rust.md to add maintenance time section
Update appendix-07-nightly-rust.md add maintenance time section Signed-off-by: Wang Qilin <[email protected]>
1 parent 19c40bf commit de8b7a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/appendix-07-nightly-rust.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ 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).
122+
117123
### Unstable Features
118124

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

0 commit comments

Comments
 (0)