Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
semorrison committed Dec 20, 2023
1 parent efae9a5 commit 851466b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{"version": 7,
"packagesDir": ".lake/packages",
"packages":
[{"url": "https://github.com/kmill/std4",
[{"url": "https://github.com/leanprover/std4",
"type": "git",
"subDir": null,
"rev": "5ddf8ddf3956d7450e6dc30812af1a21cdc53d06",
"rev": "e51f3799676a04e445dfbc1a8699e24fa70a856b",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "adaptation_2973",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/quote4",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package mathlib where
meta if get_config? doc = some "on" then -- do not download and build doc-gen4 by default
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "main"

require std from git "https://github.com/leanprover/std4" @ "main"
require std from git "https://github.com/leanprover/std4" @ "adaptation_2973"
require Qq from git "https://github.com/leanprover-community/quote4" @ "master"
require aesop from git "https://github.com/leanprover-community/aesop" @ "master"
require proofwidgets from git "https://github.com/leanprover-community/ProofWidgets4" @ "v0.0.23"
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4-pr-releases:pr-release-2973
leanprover/lean4:nightly-2023-12-19

0 comments on commit 851466b

Please sign in to comment.