[Fix] Version Bump, Checks, tests CQ
Some checks failed
CI / checks (push) Failing after 2m54s

This commit is contained in:
Alex Emmet 2026-08-13 21:18:55 +02:00
commit e939714557
34 changed files with 5752 additions and 628 deletions

View file

@ -64,7 +64,9 @@ function devServerPath(root: string, filePath: string) {
export async function hashPackageInputs(root = packageRoot) {
const hash = crypto.createHash("sha256");
const inputs = [
"Cargo.lock",
"wasm/Cargo.toml",
"wasm/.cargo/config.toml",
"wasm/src",
"common/Cargo.toml",
"common/src",