From 8918258e3f02c0621bc3874a092f815b3eca9260 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Mon, 27 Apr 2026 20:34:27 -0400 Subject: [PATCH] docs(resolver): `--precise ` is on stable --- src/doc/src/reference/resolver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/resolver.md b/src/doc/src/reference/resolver.md index 57e42cf02..26530990f 100644 --- a/src/doc/src/reference/resolver.md +++ b/src/doc/src/reference/resolver.md @@ -438,7 +438,7 @@ the `links` field if your library is in common use. [Yanked releases][yank] are those that are marked that they should not be used. When the resolver is building the graph, it will ignore all yanked releases unless they already exist in the `Cargo.lock` file or are explicitly -requested by the [`--precise`] flag of `cargo update` (nightly only). +requested by the [`--precise`] flag of `cargo update`. [yank]: publishing.md#cargo-yank [`--precise`]: ../commands/cargo-update.md#option-cargo-update---precise