Skip to content

Commit 4e33620

Browse files
ineolbacam
authored andcommitted
[Lean] Bump Lean toolchain version
The main reason for the bump is that the new Lean version has `popcount` bitblastable.
1 parent cea1fbb commit 4e33620

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/sail_lean_backend/sail_plugin_lean.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ let opt_lean_lib_rev : string option ref = ref None
9494
let opt_enable_matchbv : bool ref = ref false
9595
let opt_disable_matchbv : bool ref = ref true
9696

97-
let lean_version : string = "lean4:nightly-2026-01-22"
98-
let mathlib_version : string = "nightly-testing-2026-01-22"
97+
let lean_version : string = "lean4:nightly-2026-03-05"
98+
let mathlib_version : string = "nightly-testing-2026-03-05"
9999
let lib_default_git : string = "https://github.com/rems-project/lean-sail"
100-
let lib_default_rev : string = "v2"
100+
let lib_default_rev : string = "v3"
101101

102102
let lean_options =
103103
[

0 commit comments

Comments
 (0)