Skip to content

Commit cec24bd

Browse files
CompatHelper: add new compat entry for "Interpolations" at version "0.13"
1 parent 4818f4b commit cec24bd

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
77
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
88

99
[compat]
10+
Interpolations = "0.13"
1011
julia = "1"
1112

1213
[extras]

docs/Manifest.toml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,34 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
1313

1414
[[DocStringExtensions]]
1515
deps = ["LibGit2", "Markdown", "Pkg", "Test"]
16-
git-tree-sha1 = "88bb0edb352b16608036faadcc071adda068582a"
16+
git-tree-sha1 = "50ddf44c53698f5e784bbebb3f4b21c5807401b1"
1717
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
18-
version = "0.8.1"
18+
version = "0.8.3"
1919

2020
[[Documenter]]
21-
deps = ["Base64", "Dates", "DocStringExtensions", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
22-
git-tree-sha1 = "d497bcc45bb98a1fbe19445a774cfafeabc6c6df"
21+
deps = ["Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
22+
git-tree-sha1 = "a4875e0763112d6d017126f3944f4133abb342ae"
2323
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
24-
version = "0.24.5"
24+
version = "0.25.5"
25+
26+
[[IOCapture]]
27+
deps = ["Logging"]
28+
git-tree-sha1 = "377252859f740c217b936cebcd918a44f9b53b59"
29+
uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
30+
version = "0.1.1"
2531

2632
[[InteractiveUtils]]
2733
deps = ["Markdown"]
2834
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
2935

3036
[[JSON]]
3137
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
32-
git-tree-sha1 = "b34d7cef7b337321e97d22242c3c2b91f476748e"
38+
git-tree-sha1 = "81690084b6198a2e1da36fcfda16eeca9f9f24e4"
3339
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
34-
version = "0.21.0"
40+
version = "0.21.1"
3541

3642
[[LibGit2]]
43+
deps = ["Printf"]
3744
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
3845

3946
[[Libdl]]
@@ -50,13 +57,13 @@ uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
5057
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
5158

5259
[[Parsers]]
53-
deps = ["Dates", "Test"]
54-
git-tree-sha1 = "d112c19ccca00924d5d3a38b11ae2b4b268dda39"
60+
deps = ["Dates"]
61+
git-tree-sha1 = "6370b5b3cf2ce5a3d2b6f7ab2dc10f374e4d7d2b"
5562
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
56-
version = "0.3.11"
63+
version = "1.0.14"
5764

5865
[[Pkg]]
59-
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Test", "UUIDs"]
66+
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
6067
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
6168

6269
[[Printf]]

0 commit comments

Comments
 (0)