Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed May 26, 2024
1 parent 2245c40 commit ad452ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[{"url": "https://github.com/leanprover-community/batteries",
"type": "git",
"subDir": null,
"rev": "e40e17375cece89474d63e1ed1455229f3b3b092",
"rev": "833b6f44ed35953d82f3e66d53ddeb8f35fb4a67",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "nightly-testing-2024-05-11",
"inputRev": "nightly-testing",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "aesop",
Expand Down
4 changes: 2 additions & 2 deletions lakefile.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "aesop"
defaultTargets = ["Aesop"]
testRunner = "test"
testDriver = "test"
precompileModules = false # We would like to turn this on, but it breaks the Mathlib cache.

[[require]]
name = "batteries"
git = "https://github.com/leanprover-community/batteries"
rev = "nightly-testing-2024-05-11"
rev = "nightly-testing"

[[lean_lib]]
name = "Aesop"
Expand Down

0 comments on commit ad452ea

Please sign in to comment.