Skip to content

Commit fbbbbcf

Browse files
Update crate version numbers (#2844)
Co-authored-by: Version Bumper Bot <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb66c53 commit fbbbbcf

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

source/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/builtin_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "verus_builtin_macros"
3-
version = "0.0.0-2026-08-09-0044"
3+
version = "0.0.0-2026-08-23-0033"
44
edition = "2018"
55
license = "MIT"
66
description = "Verus Builtin Macros: Various macros used by Verus"

source/cargo-verus/src/subcommands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ version = "0.1.0"
7878
edition = "2021"
7979
8080
[dependencies]
81-
vstd = "=0.0.0-2026-08-09-0044"
81+
vstd = "=0.0.0-2026-08-23-0033"
8282
8383
[package.metadata.verus]
8484
verify = true

source/vstd/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "vstd"
8-
version = "0.0.0-2026-08-09-0044"
8+
version = "0.0.0-2026-08-23-0033"
99
edition = "2021"
1010
license = "MIT"
1111
description = "Verus Standard Library: Useful specifications and lemmas for verifying Rust code"
@@ -21,7 +21,7 @@ name = "vstd"
2121
path = "vstd.rs"
2222

2323
[dependencies]
24-
verus_builtin_macros = { version = "=0.0.0-2026-08-09-0044", path = "../builtin_macros" }
24+
verus_builtin_macros = { version = "=0.0.0-2026-08-23-0033", path = "../builtin_macros" }
2525
verus_builtin = { version = "=0.0.0-2026-08-09-0044", path = "../builtin" }
2626
verus_state_machines_macros = { version = "=0.0.0-2026-08-02-0125", path = "../state_machines_macros" }
2727

0 commit comments

Comments
 (0)