Skip to content

Commit a952e56

Browse files
authored
common.py: update ArgumentParser to 1.2.0 (swiftlang#737)
* common.py: update ArgumentParser to 1.1.4 This version bump would benefit SwiftPM, Swift Driver, and SourceKit-LSP, which all use ArgumentParser. * common.py: update ArgumentParser to 1.2.0
1 parent 69e9acd commit a952e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'swift-corelibs-libdispatch': 'main',
3737
'swift-corelibs-foundation': 'main',
3838
'swift-corelibs-xctest': 'main',
39-
'swift-argument-parser': '1.0.3',
39+
'swift-argument-parser': '1.2.0',
4040
'swift-driver': 'main',
4141
'yams': '4.0.2',
4242
'swift-tools-support-core': 'main',

0 commit comments

Comments
 (0)