There was an error while loading. Please reload this page.
1 parent cea1fbb commit 4e33620Copy full SHA for 4e33620
1 file changed
src/sail_lean_backend/sail_plugin_lean.ml
@@ -94,10 +94,10 @@ let opt_lean_lib_rev : string option ref = ref None
94
let opt_enable_matchbv : bool ref = ref false
95
let opt_disable_matchbv : bool ref = ref true
96
97
-let lean_version : string = "lean4:nightly-2026-01-22"
98
-let mathlib_version : string = "nightly-testing-2026-01-22"
+let lean_version : string = "lean4:nightly-2026-03-05"
+let mathlib_version : string = "nightly-testing-2026-03-05"
99
let lib_default_git : string = "https://github.com/rems-project/lean-sail"
100
-let lib_default_rev : string = "v2"
+let lib_default_rev : string = "v3"
101
102
let lean_options =
103
[
0 commit comments