Skip to content

Commit 7b7166f

Browse files
Merge #461
461: CompatHelper's own Project.toml file: Add compat entries for stdlibs r=DilumAluthge a=DilumAluthge For SHA, we use this: `SHA = "0.7, 1"` For all other stdlibs, we use this: `StdlibName = "1"` Co-authored-by: Dilum Aluthge <[email protected]>
2 parents 30d2ed2 + 8719572 commit 7b7166f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
1717
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1818

1919
[compat]
20+
Base64 = "1"
21+
Dates = "1"
2022
GitForge = "0.4"
2123
Mocking = "0.7"
2224
MultilineStrings = "0.1"
25+
Pkg = "1"
2326
RegistryInstances = "0.1"
27+
SHA = "0.7, 1"
28+
TOML = "1"
2429
TimeZones = "1"
30+
UUIDs = "1"
2531
julia = "1.6"
2632

2733
[extras]

0 commit comments

Comments
 (0)