Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/synth-verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ synth-synthesis = { path = "../synth-synthesis", version = "0.53.0", optional =
# regression that HANGS div/rem trap-preservation VCs (4-6h CI timeouts, #849).
# Re-adopt only once the perf regression is fixed upstream AND native i64 rem
# (#844/#848) re-lands behind a per-query timeout. Do NOT let dependabot bump this.
ordeal = "=0.16.1"
ordeal = "=0.17.0"

# Z3: optional differential oracle (feature `z3-solver`) — no longer default.
# Default features only (NO `static-link-z3`/`bundled`): z3-sys links the
Expand Down
Loading