forked from linera-io/linera-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove pinned version of cargo-local-registry (linera-io#2677)
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
1 parent
e388bff
commit 8a48bfb
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters