Skip to content

Commit e87e1b8

Browse files
committed
Update README
1 parent f39cad8 commit e87e1b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The `rustc_plugin` framework is responsible for marshalling arguments from the t
4444

4545
Normally, Rust libraries have a [minimum supported Rust version][msrv] because they promise to not use any breaking features implemented after that version. Rust compiler plugins are the opposite — they have a **maximum** supported Rust version (MaxSRV). A compiler plugin cannot analyze programs that use features implemented after the release date of the plugin's toolchain. The MaxSRV for every version of `rustc_plugin` is listed below:
4646

47+
* v0.11 (`nightly-2024-12-01`) - rustc 1.84
4748
* v0.10 (`nightly-2024-05-20`) - rustc 1.79
4849
* v0.9 (`nightly-2024-01-24`) - rustc 1.76
4950
* v0.8 (`nightly-2024-01-06`) - rustc 1.76

0 commit comments

Comments
 (0)