chore: verify cache restore v2
Some checks failed
Rust Build / build (push) Has been cancelled

This commit is contained in:
Hermes
2026-05-02 14:33:26 -07:00
parent b79a47d2f5
commit 72b4a4c59b

View File

@@ -1,3 +1,3 @@
fn main() {
println!("Hello, world! (cache test)");
println!("Hello, world! (cache test v2)");
}