Skip to content

Commit 4f22e7f

Browse files
CompatHelper: add new compat entry for "Requires" at version "1.0" (#45)
1 parent de0a000 commit 4f22e7f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Project.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name = "Quadmath"
22
uuid = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
33
version = "0.5.3"
44

5-
[compat]
6-
julia = "1.0"
7-
85
[deps]
6+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
97
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
108
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
11-
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
9+
10+
[compat]
11+
Requires = "1.0"
12+
julia = "1.0"
1213

1314
[extras]
1415
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

0 commit comments

Comments
 (0)