diff options
| author | Vincent de Phily <moltonel@gmail.com> | 2021-10-19 15:50:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-19 15:50:27 +0100 |
| commit | 3b53c8ef3d7ace3bb2060a6b58b159a17e215c79 (patch) | |
| tree | 09dbee279ff8b7a372f96f785f1a5c8f4cba51ec | |
| parent | c2452de12046850b8d4c00ce361569b24ad3ad8d (diff) | |
| download | rust-3b53c8ef3d7ace3bb2060a6b58b159a17e215c79.tar.gz rust-3b53c8ef3d7ace3bb2060a6b58b159a17e215c79.zip | |
Update RELEASES.md
Fix typo.
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 52d823d8aca..f1584224656 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -77,7 +77,7 @@ Cargo - [Cargo supports specifying a minimum supported Rust version in Cargo.toml.][`rust-version`] This has no effect at present on dependency version selection. We encourage crates to specify their minimum supported Rust version, and we encourage CI systems - that support Rust code to include a crate's specified minimum version in the text matrix for that + that support Rust code to include a crate's specified minimum version in the test matrix for that crate by default. Compatibility notes |
