Skip to content

Commit 699415a

Browse files
authored
Merge pull request #95 from pbackus/proc-api
Add procedural API
2 parents 23eee39 + c6f232a commit 699415a

File tree

3 files changed

+403
-19
lines changed

3 files changed

+403
-19
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- macOS-latest
1717
dc:
1818
- dmd-latest
19-
- dmd-2.101.2
19+
- dmd-2.103.1
2020
- ldc-latest
21-
- ldc-1.31.0
21+
- ldc-1.33.0
2222
exclude:
2323
# macOS requires DMD >= 2.107.1
2424
- os: macOS-latest
25-
dc: dmd-2.101.2
25+
dc: dmd-2.103.1
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Checkout repository

dub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "BSL-1.0",
99

1010
"toolchainRequirements": {
11-
"frontend": ">=2.101"
11+
"frontend": ">=2.103"
1212
},
1313

1414
"dflags": ["-preview=fieldwise"],

0 commit comments

Comments
 (0)