Skip to content

Commit

Permalink
Merge branch 'rust-lang:master' into isqrt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiTRex committed Aug 19, 2024
2 parents 539947a + 636d7ff commit d61b4dd
Show file tree
Hide file tree
Showing 1,321 changed files with 23,863 additions and 15,159 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: cargo update rustbook
run: |
echo -e "\nrustbook dependencies:" >> cargo_update.log
cargo update --manifest-path src/tools/rustbook 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log
cargo update --manifest-path src/tools/rustbook/Cargo.toml 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log
- name: upload Cargo.lock artifact for use in PR
uses: actions/upload-artifact@v4
with:
Expand Down
Loading

0 comments on commit d61b4dd

Please sign in to comment.