Skip to content

Commit ded1722

Browse files
authored
Use --locked when installing wit-bindgen-cli (#78)
Avoid minor patch updates for versions of dependencies to ensure that the output stays consistent over time for CI checks.
1 parent d00dbc4 commit ded1722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
- uses: actions/checkout@v4
5353
- name: Install Rust
5454
run: rustup update stable && rustup default stable
55-
- run: cargo install wit-bindgen-cli@0.19.1
55+
- run: cargo install wit-bindgen-cli@0.19.2 --locked
5656
- run: ./ci/regenerate.sh
5757
- run: git diff --exit-code

0 commit comments

Comments
 (0)