Skip to content

Commit

Permalink
add Julia compats
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Lemmens committed Jul 15, 2024
1 parent 07dea78 commit 243116b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions AbstractXsdTypes.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"

[compat]
Julia = "1.6"
Format = "1"
Memoization = "0.2"
3 changes: 3 additions & 0 deletions XmlStructLoader.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"

[compat]
Julia = "1.6"
3 changes: 3 additions & 0 deletions XmlStructWriter.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"

[compat]
Julia = "1.6"
3 changes: 3 additions & 0 deletions XsdToStruct.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

[compat]
Julia = "1.6"

0 comments on commit 243116b

Please sign in to comment.