Skip to content

Commit b22c571

Browse files
committed
refactor: move wasmtime-wit-deps outside workspace
This ensures that the tool can be used without influencing `cargo vet` audit Signed-off-by: Roman Volosatovs <[email protected]>
1 parent ae1c258 commit b22c571

File tree

6 files changed

+1935
-785
lines changed

6 files changed

+1935
-785
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
submodules: true
6666
- uses: ./.github/actions/install-rust
67-
- run: cargo run -p wasmtime-wit-deps -- lock --check
67+
- run: cargo run --manifest-path ./crates/wit-deps/Cargo.toml -- lock --check
6868

6969
# common logic to cancel the entire run if this job fails
7070
- run: gh run cancel ${{ github.run_id }}

0 commit comments

Comments
 (0)