Skip to content

Commit 3bedec7

Browse files
crumplecupCopilot
andcommitted
chore(elicitation_verus): bump to 0.11.1, update verus deps to 2026-05-31
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8259cf2 commit 3bedec7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

crates/elicitation_verus/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elicitation_verus"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/crumplecup/elicitation"
@@ -23,9 +23,9 @@ readme = "README.md"
2323
verify = true
2424

2525
[dependencies]
26-
elicitation = { version = "0.11.0" }
27-
verus_builtin_macros = "0.0.0-2026-05-10-0145"
28-
vstd = "0.0.0-2026-05-17-0151"
26+
elicitation = { version = "0.11.1" }
27+
verus_builtin_macros = "0.0.0-2026-05-31-0205"
28+
vstd = "0.0.0-2026-05-31-0205"
2929

3030
[lints.rust]
3131
unexpected_cfgs = { level = "warn", check-cfg = [

0 commit comments

Comments
 (0)