From 97e20aeeb2cffaab19132e873c5c7052192e2290 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:12:02 +0000 Subject: [PATCH] Update dependency verus-lang/verus to release/0.2026.06.28.1847ab3 --- .github/workflows/ci.yml | 2 +- .github/workflows/verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9922c38..255fd60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ env: RUST_BACKTRACE: 1 # Kept in sync with the `vstd` crate version in Cargo.toml by Renovate # (see .github/renovate.json5 — the `verus` group bundles the two updates). - VERUS_TAG: release/0.2026.06.20.911e4e7 + VERUS_TAG: release/0.2026.06.28.1847ab3 permissions: contents: read diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 7a7e177..a330ce8 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -8,7 +8,7 @@ on: env: CARGO_TERM_COLOR: always RUST_BACKTRACE: 1 - VERUS_TAG: release/0.2026.06.20.911e4e7 + VERUS_TAG: release/0.2026.06.28.1847ab3 permissions: contents: read