Skip to content

Commit 80e20ea

Browse files
CompatHelper Juliadpo
authored andcommitted
CompatHelper: add new compat entry for Requires at version 1, (keep existing compat)
1 parent 55e0273 commit 80e20ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
77
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10+
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1011
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1112
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
12-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1313

1414
[weakdeps]
1515
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -20,6 +20,7 @@ LinearOperatorsChainRulesCoreExt = "ChainRulesCore"
2020
[compat]
2121
FastClosures = "0.2, 0.3"
2222
LDLFactorizations = "0.9, 0.10"
23+
Requires = "1"
2324
TimerOutputs = "^0.5"
2425
julia = "^1.6.0"
2526

0 commit comments

Comments
 (0)