Skip to content

Commit 92f466f

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

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

dependencies/prettyplease/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_prettyplease"
3-
version = "0.0.0-2026-08-02-0125"
3+
version = "0.0.0-2026-08-09-0044"
44
authors = ["David Tolnay <dtolnay@gmail.com>", "The Verus Contributors"]
55
autoexamples = false
66
categories = ["development-tools"]

source/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ cargo-verus-toolchains = { path = "cargo-verus-toolchains" }
8888
internals_interface = { path = "tools/internals_interface" }
8989
rustc_mir_build_verus = { path = "rustc_mir_build", package = "rustc_mir_build" }
9090
rust_verify_test_macros = { path = "rust_verify_test_macros" }
91-
verus_prettyplease = { version = "=0.0.0-2026-08-02-0125", path = "../dependencies/prettyplease" }
91+
verus_prettyplease = { version = "=0.0.0-2026-08-09-0044", path = "../dependencies/prettyplease" }
9292
verus_syn = { version = "=0.0.0-2026-08-02-0125", path = "../dependencies/syn", features = ["full", "visit", "visit-mut", "extra-traits"] }
9393
vir-macros = { path = "vir_macros" }
9494
vir = { path = "vir" }

source/builtin/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"
3-
version = "0.0.0-2026-08-02-0125"
3+
version = "0.0.0-2026-08-09-0044"
44
edition = "2018"
55
license = "MIT"
66
description = "Verus Builtins: Rust definitions for core constructs in Verus"

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-02-0125"
3+
version = "0.0.0-2026-08-09-0044"
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
@@ -76,7 +76,7 @@ version = "0.1.0"
7676
edition = "2021"
7777
7878
[dependencies]
79-
vstd = "=0.0.0-2026-08-02-0125"
79+
vstd = "=0.0.0-2026-08-09-0044"
8080
8181
[package.metadata.verus]
8282
verify = true

source/vstd/Cargo.toml

Lines changed: 3 additions & 3 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-02-0125"
8+
version = "0.0.0-2026-08-09-0044"
99
edition = "2021"
1010
license = "MIT"
1111
description = "Verus Standard Library: Useful specifications and lemmas for verifying Rust code"
@@ -21,8 +21,8 @@ name = "vstd"
2121
path = "vstd.rs"
2222

2323
[dependencies]
24-
verus_builtin_macros = { version = "=0.0.0-2026-08-02-0125", path = "../builtin_macros" }
25-
verus_builtin = { version = "=0.0.0-2026-08-02-0125", path = "../builtin" }
24+
verus_builtin_macros = { version = "=0.0.0-2026-08-09-0044", path = "../builtin_macros" }
25+
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

2828
[features]

0 commit comments

Comments
 (0)