diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3d526909c57..3c77fd05350 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -68,8 +68,7 @@ jobs: - name: Install cargo tools run: | cargo install --locked cargo-index - # TODO(#2338): Remove the pinned Git URL and revision - cargo install --locked cargo-local-registry --git https://github.com/dhovart/cargo-local-registry --rev 2b20904a + cargo install --locked cargo-local-registry - name: Setup git committer information run: | git config --global user.email "ci@linera.io" diff --git a/scripts/test_publish.sh b/scripts/test_publish.sh index 065af0b0d29..5ed879d218b 100755 --- a/scripts/test_publish.sh +++ b/scripts/test_publish.sh @@ -3,8 +3,7 @@ # Use a local registry to simulate publishing crates from the current workspace. # # Requirements (MacOS): -# # TODO(#2338): remove the pinned revision -# cargo install --locked cargo-local-registry --git https://github.com/dhovart/cargo-local-registry --rev 2b20904a +# cargo install cargo-local-registry # cargo install cargo-index # brew install jq #