Skip to content

Commit

Permalink
Updating lakefile to use a fixed std commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JOSHCLUNE committed Jan 24, 2024
1 parent d5afbe8 commit 0a4b392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rev": "3959bc5de5142d06d7673ec091d406e5abe45bf0",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "3959bc5de5142d06d7673ec091d406e5abe45bf0",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "auto",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package «auto» {
}

require std from git
"https://github.com/leanprover/std4.git"@"main"
"https://github.com/leanprover/std4.git"@"3959bc5de5142d06d7673ec091d406e5abe45bf0"

@[default_target]
lean_lib «Auto» {
Expand Down

0 comments on commit 0a4b392

Please sign in to comment.