diff --git a/lake-manifest.json b/lake-manifest.json index 884ada0..2580094 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -1,10 +1,11 @@ -{"version": "1.0.0", +{"version": "1.1.0", "packagesDir": ".lake/packages", "packages": [{"url": "https://github.com/leanprover-community/batteries", "type": "git", "subDir": null, - "rev": "555ec79bc6effe7009036184a5f73f7d8d4850ed", + "scope": "leanprover-community", + "rev": "dc4a6b1ac3cd502988e283d5c9c5fdf261125a07", "name": "batteries", "manifestFile": "lake-manifest.json", "inputRev": "main", @@ -13,6 +14,7 @@ {"url": "https://github.com/leanprover-community/quote4", "type": "git", "subDir": null, + "scope": "leanprover-community", "rev": "a7bfa63f5dddbcab2d4e0569c4cac74b2585e2c6", "name": "Qq", "manifestFile": "lake-manifest.json", @@ -22,7 +24,8 @@ {"url": "https://github.com/leanprover-community/aesop", "type": "git", "subDir": null, - "rev": "30619d94ce4a3d69cdb87bb1771562ca2e687cfa", + "scope": "leanprover-community", + "rev": "26b4e42e8e9c45c3ded44a4d161161bef430d446", "name": "aesop", "manifestFile": "lake-manifest.json", "inputRev": "master", @@ -31,25 +34,28 @@ {"url": "https://github.com/leanprover-community/ProofWidgets4", "type": "git", "subDir": null, - "rev": "e6b6247c61280c77ade6bbf0bc3c66a44fe2e0c5", + "scope": "leanprover-community", + "rev": "d1b33202c3a29a079f292de65ea438648123b635", "name": "proofwidgets", "manifestFile": "lake-manifest.json", - "inputRev": "v0.0.36", + "inputRev": "v0.0.39", "inherited": true, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover/lean4-cli", "type": "git", "subDir": null, + "scope": "", "rev": "a11566029bd9ec4f68a65394e8c3ff1af74c1a29", "name": "Cli", "manifestFile": "lake-manifest.json", "inputRev": "main", "inherited": true, "configFile": "lakefile.lean"}, - {"url": "https://github.com/leanprover-community/import-graph.git", + {"url": "https://github.com/leanprover-community/import-graph", "type": "git", "subDir": null, - "rev": "1588be870b9c76fe62286e8f42f0b4dafa154c96", + "scope": "leanprover-community", + "rev": "d366a602cc4a325a6f9db3a3991dfa6d6cf409c5", "name": "importGraph", "manifestFile": "lake-manifest.json", "inputRev": "main", @@ -58,7 +64,8 @@ {"url": "https://github.com/leanprover-community/mathlib4.git", "type": "git", "subDir": null, - "rev": "caa1d6c4b0c16decf99853c1879139e8e05b481d", + "scope": "", + "rev": "b387c548d1dc9cea5c5fcb71e5b3370cca1a04cc", "name": "mathlib", "manifestFile": "lake-manifest.json", "inputRev": null, @@ -67,6 +74,7 @@ {"url": "https://github.com/acmepjz/md4lean", "type": "git", "subDir": null, + "scope": "", "rev": "9148a0a7506099963925cf239c491fcda5ed0044", "name": "MD4Lean", "manifestFile": "lake-manifest.json", @@ -76,7 +84,8 @@ {"url": "https://github.com/fgdorais/lean4-unicode-basic", "type": "git", "subDir": null, - "rev": "87791b59c53be80a9a000eb2bcbf61f60a27b334", + "scope": "", + "rev": "c74a052aebee847780e165611099854de050adf7", "name": "UnicodeBasic", "manifestFile": "lake-manifest.json", "inputRev": "main", @@ -85,7 +94,8 @@ {"url": "https://github.com/leanprover/doc-gen4", "type": "git", "subDir": null, - "rev": "1f51169609a3a7c448558c3d3eb353fb355c7025", + "scope": "", + "rev": "5cf3352cd6090e58c5ee878c786af8b87e8bdd65", "name": "«doc-gen4»", "manifestFile": "lake-manifest.json", "inputRev": "main", diff --git a/lean-toolchain b/lean-toolchain index e5ea660..d69d1ed 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:v4.9.0-rc3 +leanprover/lean4:v4.10.0-rc1