Skip to content

Commit 33a1e8a

Browse files
committed
Update the branch for Swift 5.3 and 5.2
1 parent 01f8f88 commit 33a1e8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

common.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
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',
59+
'swift-driver': 'master',
60+
'yams': '3.0.1',
5861
},
5962
'swift-5.2-branch': {
6063
'llvm-project': 'swift/swift-5.2-branch',
@@ -66,6 +69,9 @@
6669
'swift-corelibs-libdispatch': 'swift-5.2-branch',
6770
'swift-corelibs-foundation': 'swift-5.2-branch',
6871
'swift-corelibs-xctest': 'swift-5.2-branch',
72+
'swift-argument-parser': '0.0.5',
73+
'swift-driver': 'master',
74+
'yams': '3.0.1',
6975
},
7076
'master-rebranch': {
7177
'llvm-project': 'swift/master-rebranch',

0 commit comments

Comments
 (0)