Skip to content

Commit

Permalink
Upgrade Lean to v4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Sep 3, 2024
1 parent bc90fc7 commit fd5cff8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
1 change: 0 additions & 1 deletion RustLeanModels/Basic.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-- Copyright Kani Contributors
-- SPDX-License-Identifier: Apache-2.0 OR MIT
import Batteries.Data.List
open String
open List
open Nat
Expand Down
12 changes: 1 addition & 11 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{"version": "1.1.0",
"packagesDir": ".lake/packages",
"packages":
[{"url": "https://github.com/leanprover-community/batteries",
"type": "git",
"subDir": null,
"scope": "",
"rev": "0f3e143dffdc3a591662f3401ce1d7a3405227c0",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "0f3e143",
"inherited": false,
"configFile": "lakefile.lean"}],
"packages": [],
"name": "«rust-lean-models»",
"lakeDir": ".lake"}
5 changes: 0 additions & 5 deletions lakefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@ defaultTargets = ["RustLeanModels"]
[leanOptions]
pp.unicode.fun = true

[[require]]
name = "batteries"
git = "https://github.com/leanprover-community/batteries"
rev = "0f3e143"

[[lean_lib]]
name = "RustLeanModels"
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.10.0
leanprover/lean4:v4.11.0

0 comments on commit fd5cff8

Please sign in to comment.