From b7f9a9523305b043c3fba202f7b7e5e17177f5ee Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Sun, 22 Jun 2025 19:04:08 +0100 Subject: [PATCH 1/2] Fix broken link Fixes #3437 --- crate_universe/extensions.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crate_universe/extensions.bzl b/crate_universe/extensions.bzl index e1c2e66f8e..9ecffe0ea7 100644 --- a/crate_universe/extensions.bzl +++ b/crate_universe/extensions.bzl @@ -6,7 +6,7 @@ This doc describes using crate_universe with bzlmod. If you're using a WORKSPACE file, please see [the WORKSPACE equivalent of this doc](crate_universe_workspace.html). -There are some examples of using crate_universe with bzlmod in the [example folder](https://github.com/bazelbuild/rules_rust/examples/bzlmod). +There are some examples of using crate_universe with bzlmod in the [example folder](https://github.com/bazelbuild/rules_rust/tree/main/examples). # Table of Contents From a34f73207625bfddb6c5071da5d4f27be8feb6f5 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Sun, 22 Jun 2025 19:06:22 +0100 Subject: [PATCH 2/2] Fix link to repinning Fixes #3458 --- crate_universe/extensions.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crate_universe/extensions.bzl b/crate_universe/extensions.bzl index 9ecffe0ea7..51157ef0c1 100644 --- a/crate_universe/extensions.bzl +++ b/crate_universe/extensions.bzl @@ -1360,7 +1360,7 @@ Environment Variables: | `CARGO_BAZEL_GENERATOR_SHA256` | The sha256 checksum of the file located at `CARGO_BAZEL_GENERATOR_URL` | | `CARGO_BAZEL_GENERATOR_URL` | The URL of a cargo-bazel binary. This variable takes precedence over attributes and can use `file://` for local paths | | `CARGO_BAZEL_ISOLATED` | An authoritative flag as to whether or not the `CARGO_HOME` environment variable should be isolated from the host configuration | -| `CARGO_BAZEL_REPIN` | An indicator that the dependencies represented by the rule should be regenerated. `REPIN` may also be used. See [Repinning / Updating Dependencies](#repinning--updating-dependencies) for more details. | +| `CARGO_BAZEL_REPIN` | An indicator that the dependencies represented by the rule should be regenerated. `REPIN` may also be used. See [Repinning / Updating Dependencies](crate_universe_workspace.html#repinning--updating-dependencies) for more details. | | `CARGO_BAZEL_REPIN_ONLY` | A comma-delimited allowlist for rules to execute repinning. Can be useful if multiple instances of the repository rule are used in a Bazel workspace, but repinning should be limited to one of them. | """,