Skip to content

Commit da8896e

Browse files
committed
Fix typo. Closes #37
1 parent 45d890c commit da8896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +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.13 (`nightly-2023-03-02`) - rustc 1.86
47+
* v0.13 (`nightly-2025-03-03`) - rustc 1.86
4848
* v0.12 (`nightly-2024-12-15`) - rustc 1.84
4949
* v0.11 (`nightly-2024-12-01`) - rustc 1.84
5050
* v0.10 (`nightly-2024-05-20`) - rustc 1.79

0 commit comments

Comments
 (0)