Skip to content

Commit

Permalink
refactor: move wasmtime-wit-deps outside workspace
Browse files Browse the repository at this point in the history
This ensures that the tool can be used without influencing `cargo vet`
audit

Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jun 1, 2023
1 parent ae1c258 commit b22c571
Show file tree
Hide file tree
Showing 6 changed files with 1,935 additions and 785 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
submodules: true
- uses: ./.github/actions/install-rust
- run: cargo run -p wasmtime-wit-deps -- lock --check
- run: cargo run --manifest-path ./crates/wit-deps/Cargo.toml -- lock --check

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

0 comments on commit b22c571

Please sign in to comment.