Skip to content

Commit 9fa1b02

Browse files
committed
Add DelimitedFiles to the project
Particularly important to make this work with Julia v1.9+.
1 parent f1d346f commit 9fa1b02

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Manifest.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.8.2"
3+
julia_version = "1.8.3"
44
manifest_format = "2.0"
5-
project_hash = "82d4a8b333e503895d977a1fcb80a22e7b047ff6"
5+
project_hash = "2b70c49215c1f0da05438c212275ceae0d85f3db"
66

77
[[deps.ArgTools]]
88
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
@@ -32,6 +32,10 @@ version = "0.7.0"
3232
deps = ["Printf"]
3333
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
3434

35+
[[deps.DelimitedFiles]]
36+
deps = ["Mmap"]
37+
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
38+
3539
[[deps.Downloads]]
3640
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
3741
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
@@ -130,6 +134,9 @@ deps = ["Artifacts", "Libdl"]
130134
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
131135
version = "2.28.0+0"
132136

137+
[[deps.Mmap]]
138+
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
139+
133140
[[deps.MozillaCACerts_jll]]
134141
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
135142
version = "2022.2.1"

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ authors = ["Julia Lab"]
33
version = "0.1.0"
44

55
[deps]
6+
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
67
Xranklin = "558449b0-171e-4e1f-900f-d076a5ddf486"

0 commit comments

Comments
 (0)