Skip to content

Commit

Permalink
chore: Update foundation dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SnO2WMaN committed Oct 15, 2024
1 parent 1f22de2 commit 85e3277
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 @@ -75,10 +75,10 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "10cdf9cf9d88117471d50a526b64e56b802714f3",
"rev": "33e08c2b47f966f772df9af60cbdbc5688295bbf",
"name": "foundation",
"manifestFile": "lake-manifest.json",
"inputRev": "rename",
"inputRev": "master",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "arithmetization",
Expand Down
4 changes: 2 additions & 2 deletions lakefile.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import Lake
open Lake DSL

require foundation from git "https://github.com/FormalizedFormalLogic/Foundation" @ "master"

package arithmetization {
-- add any package configuration options here
}
Expand All @@ -9,5 +11,3 @@ package arithmetization {
lean_lib Arithmetization {
-- add any library configuration options here
}

require foundation from git "https://github.com/FormalizedFormalLogic/Foundation" @ "rename"

0 comments on commit 85e3277

Please sign in to comment.