We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59ee25d + c7f4207 commit df400e3Copy full SHA for df400e3
lakefile.lean
@@ -15,13 +15,13 @@ require MD4Lean from git
15
"https://github.com/acmepjz/md4lean" @ "main"
16
17
require BibtexQuery from git
18
- "https://github.com/dupuisf/BibtexQuery" @ "master"
+ "https://github.com/dupuisf/BibtexQuery" @ "nightly-testing"
19
20
require «UnicodeBasic» from git
21
- "https://github.com/fgdorais/lean4-unicode-basic" @ "main"
+ "https://github.com/fgdorais/lean4-unicode-basic" @ "nightly-testing"
22
23
require Cli from git
24
- "https://github.com/leanprover/lean4-cli" @ "main"
+ "https://github.com/leanprover/lean4-cli" @ "nightly-testing"
25
26
/--
27
Obtain the subdirectory of the Lean package relative to the root of the enclosing git repository.
0 commit comments