Skip to content

Commit f30c3ac

Browse files
add CRC compat and Zygote test dep
1 parent 883573b commit f30c3ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2323
[compat]
2424
AbstractAlgebra = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15"
2525
AbstractTrees = "0.3"
26+
ChainRulesCore = "0.9"
2627
Combinatorics = "1.0"
2728
ConstructionBase = "1.1"
2829
DataStructures = "0.18"
@@ -41,6 +42,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
4142
PkgBenchmark = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
4243
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4344
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
45+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4446

4547
[targets]
46-
test = ["Test", "Random", "PkgBenchmark", "BenchmarkTools", "Pkg"]
48+
test = ["Test", "Random", "PkgBenchmark", "BenchmarkTools", "Pkg", "Zygote"]

0 commit comments

Comments
 (0)