Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest nightly, cargo dep update and remove workflow hacks #325

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Install Cross
# Pin cargo cross to a version that we know is working for us.
run: |
cargo install cross --locked --git https://github.com/cross-rs/cross/ --rev d6511b7b
cargo install cross --git https://github.com/cross-rs/cross/ --rev d6511b7b --locked
- name: Run cargo-dist
# This logic is a bit janky because it's trying to be a polyglot between
# powershell and bash since this will run on windows, macos, and linux!
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
labels: bottlerocket_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v3
- run: cargo install --locked cargo-deny
- run: cargo install --locked cargo-make@0.37.12
cbgbt marked this conversation as resolved.
Show resolved Hide resolved
- run: cargo install cargo-deny --locked
- run: cargo install cargo-make --locked
- run: make build
Loading
Loading