diff --git a/.gitignore b/.gitignore index c1338ac..32f4763 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ build/ lake-packages/ -lakefile.olean +.lake/ **/.DS_Store diff --git a/lake-manifest.json b/lake-manifest.json index b53957d..1401dbe 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -1,60 +1,68 @@ -{"version": 6, - "packagesDir": "lake-packages", +{"version": 7, + "packagesDir": ".lake/packages", "packages": - [{"git": - {"url": "https://github.com/leanprover-community/lean4game.git", - "subDir?": "server", - "rev": "6f92d6138148e9222052f681b589c8d015750c47", - "opts": {}, - "name": "GameServer", - "inputRev?": "v4.2.0", - "inherited": false}}, - {"git": - {"url": "https://github.com/leanprover-community/mathlib4.git", - "subDir?": null, - "rev": "753159252c585df6b6aa7c48d2b8828d58388b79", - "opts": {}, - "name": "mathlib", - "inputRev?": "v4.2.0", - "inherited": false}}, - {"git": - {"url": "https://github.com/leanprover-community/quote4", - "subDir?": null, - "rev": "a387c0eb611857e2460cf97a8e861c944286e6b2", - "opts": {}, - "name": "Qq", - "inputRev?": "master", - "inherited": true}}, - {"git": - {"url": "https://github.com/leanprover/lean4-cli", - "subDir?": null, - "rev": "39229f3630d734af7d9cfb5937ddc6b41d3aa6aa", - "opts": {}, - "name": "Cli", - "inputRev?": "nightly", - "inherited": true}}, - {"git": - {"url": "https://github.com/leanprover-community/ProofWidgets4", - "subDir?": null, - "rev": "f1a5c7808b001305ba07d8626f45ee054282f589", - "opts": {}, - "name": "proofwidgets", - "inputRev?": "v0.0.21", - "inherited": true}}, - {"git": - {"url": "https://github.com/leanprover/std4", - "subDir?": null, - "rev": "6747f41f28627bed83e6d5891683538211caa2c1", - "opts": {}, - "name": "std", - "inputRev?": "main", - "inherited": true}}, - {"git": - {"url": "https://github.com/leanprover-community/aesop", - "subDir?": null, - "rev": "6749fa4e776919514dae85bfc0ad62a511bc42a7", - "opts": {}, - "name": "aesop", - "inputRev?": "master", - "inherited": true}}], - "name": "Game"} + [{"url": "https://github.com/leanprover-community/lean4game.git", + "type": "git", + "subDir": "server", + "rev": "241ef4b67a5c95e33a4101769bb34ae45a66b82c", + "name": "GameServer", + "manifestFile": "lake-manifest.json", + "inputRev": "v4.3.0-rc2", + "inherited": false, + "configFile": "lakefile.lean"}, + {"url": "https://github.com/leanprover/std4", + "type": "git", + "subDir": null, + "rev": "a652e09bd81bcb43ea132d64ecc16580b0c7fa50", + "name": "std", + "manifestFile": "lake-manifest.json", + "inputRev": "main", + "inherited": true, + "configFile": "lakefile.lean"}, + {"url": "https://github.com/leanprover-community/quote4", + "type": "git", + "subDir": null, + "rev": "d3a1d25f3eba0d93a58d5d3d027ffa78ece07755", + "name": "Qq", + "manifestFile": "lake-manifest.json", + "inputRev": "master", + "inherited": true, + "configFile": "lakefile.lean"}, + {"url": "https://github.com/leanprover-community/aesop", + "type": "git", + "subDir": null, + "rev": "c7cff4551258d31c0d2d453b3f9cbca757d445f1", + "name": "aesop", + "manifestFile": "lake-manifest.json", + "inputRev": "master", + "inherited": true, + "configFile": "lakefile.lean"}, + {"url": "https://github.com/leanprover-community/ProofWidgets4", + "type": "git", + "subDir": null, + "rev": "909febc72b4f64628f8d35cd0554f8a90b6e0749", + "name": "proofwidgets", + "manifestFile": "lake-manifest.json", + "inputRev": "v0.0.23", + "inherited": true, + "configFile": "lakefile.lean"}, + {"url": "https://github.com/leanprover/lean4-cli", + "type": "git", + "subDir": null, + "rev": "a751d21d4b68c999accb6fc5d960538af26ad5ec", + "name": "Cli", + "manifestFile": "lake-manifest.json", + "inputRev": "main", + "inherited": true, + "configFile": "lakefile.lean"}, + {"url": "https://github.com/leanprover-community/mathlib4.git", + "type": "git", + "subDir": null, + "rev": "83d4f222771f491b351d70b070406481f5d2b2ba", + "name": "mathlib", + "manifestFile": "lake-manifest.json", + "inputRev": "v4.3.0-rc2", + "inherited": false, + "configFile": "lakefile.lean"}], + "name": "Game", + "lakeDir": ".lake"} diff --git a/lean-toolchain b/lean-toolchain index 2f868c6..24a3cdb 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:v4.2.0 +leanprover/lean4:v4.3.0-rc2