Skip to content

Commit 5b7f93f

Browse files
authored
Fix CI: cargo doc --lock (RustPython#6888)
* cargo doc --locked * Update Cargo.lock
1 parent aa99c05 commit 5b7f93f

File tree

2 files changed

+152
-117
lines changed

2 files changed

+152
-117
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450
run: cargo clippy --manifest-path=crates/wasm/Cargo.toml -- -Dwarnings
451451

452452
- name: Ensure docs generate no warnings
453-
run: cargo doc
453+
run: cargo doc --locked
454454

455455
- name: Ensure Lib/_opcode_metadata is updated
456456
run: |

0 commit comments

Comments
 (0)