Skip to content

Commit 97089c2

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: add new compat entry for EnzymeTestUtils at version 0.2 for package docs, (keep existing compat) (#2271)
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
1 parent af0c496 commit 97089c2

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/Project.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
88

99
[compat]
1010
Documenter = "1"
11+
EnzymeTestUtils = "0.2"
1112
Literate = "2"
1213

13-
[sources]
14-
Enzyme = {path = ".."}
15-
EnzymeCore = {path = "../lib/EnzymeCore"}
16-
EnzymeTestUtils = {path = "../lib/EnzymeTestUtils"}
14+
[sources.Enzyme]
15+
path = ".."
16+
17+
[sources.EnzymeCore]
18+
path = "../lib/EnzymeCore"
19+
20+
[sources.EnzymeTestUtils]
21+
path = "../lib/EnzymeTestUtils"

0 commit comments

Comments
 (0)