File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ vars = {
4343 'dart_bazel_worker_tag' : 'v0.1.22' ,
4444 'dart_boringssl_gen_rev' : '429ccb1877f7987a6f3988228bc2440e61293499' ,
4545 'dart_boringssl_rev' : '4dfd5af70191b068aebe567b8e29ce108cee85ce' ,
46+ 'dart_collection_rev' : '7be42e03d427cc19571cd7f9fc628a5913a6b757' ,
4647 'dart_dart2js_info_tag' : '0.6.0' ,
4748 'dart_dart_style_tag' : '1.3.6' ,
4849 'dart_http_retry_tag' : '0.1.1' ,
@@ -186,7 +187,7 @@ deps = {
186187 Var (
'dart_git' )
+ '/[email protected] ' ,
187188
188189 'src/third_party/dart/third_party/pkg/collection' :
189- Var ('dart_git' ) + '/collection.git@7be42e03d427cc19571cd7f9fc628a5913a6b757' ,
190+ Var ('dart_git' ) + '/collection.git' + '@' + Var ( 'dart_collection_rev' ) ,
190191
191192 'src/third_party/dart/third_party/pkg/convert' :
192193 Var ('dart_git' ) + '/convert.git@49bde5b371eb5c2c8e721557cf762f17c75e49fc' ,
You can’t perform that action at this time.
0 commit comments