From 17736f82bbdf510ae508820e8a1974a76f0ebcc4 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 15 Sep 2026 17:19:27 -0400 Subject: [PATCH] Track bcvk-qemu by tag, not by revision We don't need renovate to bump this on every single commit. Signed-off-by: John Eckersberg --- crates/tests-integration/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tests-integration/Cargo.toml b/crates/tests-integration/Cargo.toml index 2d2bb39fb..8b186be5c 100644 --- a/crates/tests-integration/Cargo.toml +++ b/crates/tests-integration/Cargo.toml @@ -30,7 +30,7 @@ linux-kernel-cmdline = { workspace = true } # This is a git dependency — not published to crates.io. # When updating, also check the bcvk-qemu Cargo.toml for its own # dependency versions (cap-std-ext, etc.) to avoid conflicts. -bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "13d860c2a916d0f4cdcc5a817af0042b9cafee86" } +bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", tag = "v0.20.0" } data-encoding = "2.9" indicatif = { workspace = true } libtest-mimic = "0.8.0"