We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355a307 commit 4a2d0d9Copy full SHA for 4a2d0d9
.github/workflows/dependencies.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: cargo update rustbook
68
run: |
69
echo -e "\nrustbook dependencies:" >> cargo_update.log
70
- 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
71
- name: upload Cargo.lock artifact for use in PR
72
uses: actions/upload-artifact@v4
73
with:
0 commit comments