Skip to content

Commit ce727e1

Browse files
authored
Adapt to Enzyme breaking change (#118)
Incidentally this extension doesn't have any code broken by the breaking change. Nevertheless trying to open / flag early for the ecosystem
1 parent 1fa3011 commit ce727e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ QuadGKEnzymeExt = "Enzyme"
1515
[compat]
1616
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19"
1717
LinearAlgebra = "<0.0.1, 1"
18-
Enzyme = "0.12"
18+
Enzyme = "0.12, 0.13"
1919
julia = "1.6"
2020

2121
[extras]

0 commit comments

Comments
 (0)