Skip to content

Commit bff3bb2

Browse files
committed
Update dependencies
1 parent 4703315 commit bff3bb2

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Autogenerated classes for reading and writing CWL objects using the D language.
66

77
It integrates with [schema-salad-d](https://github.com/tom-tan/schema-salad-d) and provides the following features:
88

9-
- Support almost all the CWL v1.0, v1.1 and v1.2 documents
9+
- Support all the CWL v1.0, v1.1 and v1.2 documents
1010
- Load YAML files and nodes to generate corresponding D objects
1111
- Store D object for CWL to YAML nodes
1212

@@ -82,6 +82,3 @@ It checks that CWL documents in [`resources`](resources) can be loaded with pars
8282
```console
8383
$ dub test
8484
```
85-
86-
## Future plan
87-
- Support [extension fields](https://www.commonwl.org/v1.2/CommandLineTool.html#Extensions_and_metadata)

dub.json

+1-1
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": "~>1.2.0"
7+
"schema-salad-d": "~>1.2.1"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"cachetools": "0.4.1",
66
"dyaml": "0.10.0",
77
"requests": "2.1.3",
8-
"schema-salad-d": "1.2.0",
8+
"schema-salad-d": "1.2.1",
99
"test_allocator": "0.3.4",
1010
"tinyendian": "0.2.0",
1111
"unit-threaded": "0.10.8"

0 commit comments

Comments
 (0)