Skip to content

Commit d05977f

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request #433 from owenv/update-argparse
Update swift-argument-parser to 0.0.6
2 parents 33a1e8a + 1bb9dc0 commit d05977f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'swift-corelibs-libdispatch': 'master',
4242
'swift-corelibs-foundation': 'master',
4343
'swift-corelibs-xctest': 'master',
44-
'swift-argument-parser': '0.0.5',
44+
'swift-argument-parser': '0.0.6',
4545
'swift-driver': 'master',
4646
'yams': '3.0.1',
4747
},
@@ -55,7 +55,7 @@
5555
'swift-corelibs-libdispatch': 'release/5.3',
5656
'swift-corelibs-foundation': 'release/5.3',
5757
'swift-corelibs-xctest': 'release/5.3',
58-
'swift-argument-parser': '0.0.5',
58+
'swift-argument-parser': '0.0.6',
5959
'swift-driver': 'master',
6060
'yams': '3.0.1',
6161
},
@@ -69,7 +69,7 @@
6969
'swift-corelibs-libdispatch': 'swift-5.2-branch',
7070
'swift-corelibs-foundation': 'swift-5.2-branch',
7171
'swift-corelibs-xctest': 'swift-5.2-branch',
72-
'swift-argument-parser': '0.0.5',
72+
'swift-argument-parser': '0.0.6',
7373
'swift-driver': 'master',
7474
'yams': '3.0.1',
7575
},

0 commit comments

Comments
 (0)