Skip to content

Commit a06986c

Browse files
committed
Auto merge of #14638 - epage:msrv-feat, r=ehuss
docs(ref): Highleft whats left for msrv-policy ### What does this PR try to resolve? While there is a tracking issue for these, I didn't want to have everything under `msrv-policy` to be stabilized, making it look like it should be moved to the Stable section of the page, when there are independently stabilizable pieces missing. ### How should we test and review this PR? ### Additional information This is prep for stabilizing MSRV-aware resover
2 parents 8725e78 + cb2bcc9 commit a06986c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/doc/src/reference/unstable.md

+17
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ Documentation updates:
331331
- For workspace's "The `dependencies` table" section, include `public` as an unsupported field for `workspace.dependencies`
332332

333333
## msrv-policy
334+
- [RFC: MSRV-aware Resolver](https://rust-lang.github.io/rfcs/3537-msrv-resolver.html)
334335
- [#9930](https://github.com/rust-lang/cargo/issues/9930) (MSRV-aware resolver)
335336

336337
Catch-all unstable feature for MSRV-aware cargo features under
@@ -368,6 +369,22 @@ Can be overridden with
368369
- Setting the dependency's version requirement higher than any version with a compatible `rust-version`
369370
- Specifying the version to `cargo update` with `--precise`
370371

372+
### Convert `incompatible_toolchain` error into a lint
373+
374+
Unimplemented
375+
376+
### `--update-rust-version` flag for `cargo add`, `cargo update`
377+
378+
Unimplemented
379+
380+
### `package.rust-version = "toolchain"`
381+
382+
Unimplemented
383+
384+
### Update `cargp new` template to set `package.rust-version = "toolchain"`
385+
386+
Unimplemented
387+
371388
## precise-pre-release
372389

373390
* Tracking Issue: [#13290](https://github.com/rust-lang/cargo/issues/13290)

0 commit comments

Comments
 (0)