Skip to content

Commit d2bdc01

Browse files
committed
Update parsers
1 parent 6a5f470 commit d2bdc01

File tree

5 files changed

+1030
-227
lines changed

5 files changed

+1030
-227
lines changed

dub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"copyright": "Copyright © 2022, Tomoya Tanjo",
66
"dependencies": {
7-
"schema-salad-d": "~>0.10.3"
7+
"schema-salad-d": "~>0.11.0"
88
},
99
"description": "Autogenerated classes for reading and writing CWL objects using the D language.",
1010
"homepage": "https://github.com/common-workflow-lab/cwl-d-auto",

dub.selections.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"fileVersion": 1,
33
"versions": {
4-
"cachetools": "0.3.1",
4+
"automem": "0.6.8",
5+
"cachetools": "0.4.0",
56
"dyaml": "0.9.2",
67
"requests": "2.0.9",
7-
"schema-salad-d": "0.10.3",
8-
"tinyendian": "0.2.0"
8+
"schema-salad-d": "0.11.0",
9+
"test_allocator": "0.3.3",
10+
"tinyendian": "0.2.0",
11+
"unit-threaded": "0.10.8"
912
}
1013
}

0 commit comments

Comments
 (0)