Skip to content

Commit 5a5d0c0

Browse files
upgrade manifest format
1 parent eff0ab3 commit 5a5d0c0

File tree

1 file changed

+40
-36
lines changed

1 file changed

+40
-36
lines changed
Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,156 +1,160 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
[[ArgTools]]
3+
julia_version = "1.8.0-DEV.1456"
4+
manifest_format = "2.0"
5+
project_hash = "136cd253a89b81157598e253c00b82898978de50"
6+
7+
[[deps.ArgTools]]
48
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
59
version = "1.1.1"
610

7-
[[Artifacts]]
11+
[[deps.Artifacts]]
812
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
913

10-
[[Base64]]
14+
[[deps.Base64]]
1115
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
1216

13-
[[Dates]]
17+
[[deps.Dates]]
1418
deps = ["Printf"]
1519
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
1620

17-
[[Downloads]]
21+
[[deps.Downloads]]
1822
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
1923
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
2024
version = "1.6.0"
2125

22-
[[FileWatching]]
26+
[[deps.FileWatching]]
2327
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
2428

25-
[[InteractiveUtils]]
29+
[[deps.InteractiveUtils]]
2630
deps = ["Markdown"]
2731
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
2832

29-
[[JSON3]]
33+
[[deps.JSON3]]
3034
deps = ["Dates", "Mmap", "Parsers", "StructTypes", "UUIDs"]
3135
git-tree-sha1 = "961ef1c3e5c8a595d5bec270a9007429ef12ed10"
3236
uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
3337
version = "1.5.1"
3438

35-
[[LibCURL]]
39+
[[deps.LibCURL]]
3640
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
3741
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
3842
version = "0.6.3"
3943

40-
[[LibCURL_jll]]
44+
[[deps.LibCURL_jll]]
4145
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
4246
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
4347
version = "7.73.0+4"
4448

45-
[[LibGit2]]
49+
[[deps.LibGit2]]
4650
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
4751
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
4852

49-
[[LibSSH2_jll]]
53+
[[deps.LibSSH2_jll]]
5054
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
5155
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
5256
version = "1.9.1+2"
5357

54-
[[Libdl]]
58+
[[deps.Libdl]]
5559
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
5660

57-
[[Logging]]
61+
[[deps.Logging]]
5862
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
5963

60-
[[Markdown]]
64+
[[deps.Markdown]]
6165
deps = ["Base64"]
6266
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
6367

64-
[[MbedTLS_jll]]
68+
[[deps.MbedTLS_jll]]
6569
deps = ["Artifacts", "Libdl"]
6670
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
6771
version = "2.24.0+2"
6872

69-
[[Mmap]]
73+
[[deps.Mmap]]
7074
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
7175

72-
[[MozillaCACerts_jll]]
76+
[[deps.MozillaCACerts_jll]]
7377
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
7478
version = "2020.7.22"
7579

76-
[[NetworkOptions]]
80+
[[deps.NetworkOptions]]
7781
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
7882
version = "1.2.0"
7983

80-
[[Parsers]]
84+
[[deps.Parsers]]
8185
deps = ["Dates"]
8286
git-tree-sha1 = "50c9a9ed8c714945e01cd53a21007ed3865ed714"
8387
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
8488
version = "1.0.15"
8589

86-
[[Pkg]]
90+
[[deps.Pkg]]
8791
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
8892
path = "../.."
8993
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78e"
9094
version = "1.8.0"
9195

92-
[[Printf]]
96+
[[deps.Printf]]
9397
deps = ["Unicode"]
9498
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
9599

96-
[[REPL]]
100+
[[deps.REPL]]
97101
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
98102
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
99103

100-
[[Random]]
104+
[[deps.Random]]
101105
deps = ["SHA", "Serialization"]
102106
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
103107

104-
[[SHA]]
108+
[[deps.SHA]]
105109
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
106110
version = "0.7.0"
107111

108-
[[Scratch]]
112+
[[deps.Scratch]]
109113
deps = ["Dates"]
110114
git-tree-sha1 = "ad4b278adb62d185bbcb6864dc24959ab0627bf6"
111115
uuid = "6c6a2e73-6563-6170-7368-637461726353"
112116
version = "1.0.3"
113117

114-
[[Serialization]]
118+
[[deps.Serialization]]
115119
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
116120

117-
[[Sockets]]
121+
[[deps.Sockets]]
118122
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
119123

120-
[[StructTypes]]
124+
[[deps.StructTypes]]
121125
deps = ["Dates", "UUIDs"]
122126
git-tree-sha1 = "d94235fcdc4a09649f263365c5f7e4ed4ba6ed34"
123127
uuid = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
124128
version = "1.2.1"
125129

126-
[[TOML]]
130+
[[deps.TOML]]
127131
deps = ["Dates"]
128132
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
129133
version = "1.0.0"
130134

131-
[[Tar]]
135+
[[deps.Tar]]
132136
deps = ["ArgTools", "SHA"]
133137
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
134138
version = "1.10.0"
135139

136-
[[UUIDs]]
140+
[[deps.UUIDs]]
137141
deps = ["Random", "SHA"]
138142
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
139143

140-
[[Unicode]]
144+
[[deps.Unicode]]
141145
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
142146

143-
[[Zlib_jll]]
147+
[[deps.Zlib_jll]]
144148
deps = ["Libdl"]
145149
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
146150
version = "1.2.12+1"
147151

148-
[[nghttp2_jll]]
152+
[[deps.nghttp2_jll]]
149153
deps = ["Artifacts", "Libdl"]
150154
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
151155
version = "1.41.0+1"
152156

153-
[[p7zip_jll]]
157+
[[deps.p7zip_jll]]
154158
deps = ["Artifacts", "Libdl"]
155159
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
156160
version = "16.2.1+1"

0 commit comments

Comments
 (0)