From 0f6363da73a28ee0e7d883de8aeca5bcf1b8fbee Mon Sep 17 00:00:00 2001 From: meh Date: Sun, 13 Sep 2026 08:38:16 +0700 Subject: [PATCH] release: ps-qa 0.7.3 --- crates/ps-qa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ps-qa/Cargo.toml b/crates/ps-qa/Cargo.toml index 25564bc..e6ef26b 100644 --- a/crates/ps-qa/Cargo.toml +++ b/crates/ps-qa/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ps-qa" description = "Drive a running Blitz app through its MCP control socket and assert what the renderer did" -version = "0.7.2" +version = "0.7.3" edition = "2024" rust-version = "1.88" license = "MIT OR Apache-2.0"