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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 [email protected].1
55+
- run: cargo install [email protected].2 --locked
5656
- run: ./ci/regenerate.sh
5757
- run: git diff --exit-code

0 commit comments

Comments
 (0)