Skip to content

Commit

Permalink
don't depend on install-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Feb 11, 2025
1 parent a678349 commit 705da08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ make = ">=4.4.1,<5"

[tool.pixi.feature.dev.tasks]
install-tools = "cargo install cargo-binstall && cargo binstall -y cargo-semver-checks && cargo binstall -y cargo-feature-combinations && cargo binstall -y wasm-pack"
semver-check = { cmd = "cargo semver-checks check-release --features branchwater", depends-on = ["install-tools"] }
semver-check = { cmd = "cargo semver-checks check-release --default-features --features branchwater" }

[tool.pixi.feature.wasm.dependencies]
rust-std-wasm32-unknown-unknown = "*"
Expand Down

0 comments on commit 705da08

Please sign in to comment.