Skip to content

Commit

Permalink
chore: Remove pinned version of cargo-local-registry (linera-io#2677)
Browse files Browse the repository at this point in the history
cargo-local-registry builds fine on rust 1.81.0

- Updated `test_publish.sh` script to document use the latest version of `cargo-local-registry`.
- Modified GitHub actions workflow `documentation.yml` to install latest `cargo-local-registry` version.
- Fixes linera-io#2338
  • Loading branch information
huitseeker authored Nov 11, 2024
1 parent e388bff commit 8a48bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
Expand Down
3 changes: 1 addition & 2 deletions scripts/test_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 8a48bfb

Please sign in to comment.