This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 3 files changed +10
-10
lines changed
tools/const_finder/.dart_tool
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ vars = {
34
34
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
35
35
# You can use //tools/dart/create_updated_flutter_deps.py to produce
36
36
# updated revision list of existing dependencies.
37
- 'dart_revision' : 'dcd5a8f005a27361f351ef12b2ad49e700d36169 ' ,
37
+ 'dart_revision' : '960620d2e8118b60fe1912f5fcb752454dd99012 ' ,
38
38
39
39
# WARNING: DO NOT EDIT MANUALLY
40
40
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -259,7 +259,7 @@ deps = {
259
259
Var ('dart_git' ) + '/pedantic.git@a884ea2db943b8756cc94385990bd750aec06928' ,
260
260
261
261
'src/third_party/dart/third_party/pkg/pool' :
262
- Var ('dart_git' ) + '/pool.git@eedbd5fde84f9a1a8da643b475305a81841da599 ' ,
262
+ Var ('dart_git' ) + '/pool.git@7abe634002a1ba8a0928eded086062f1307ccfae ' ,
263
263
264
264
'src/third_party/dart/third_party/pkg/protobuf' :
265
265
Var ('dart_git' ) + '/protobuf.git' + '@' + Var ('dart_protobuf_rev' ),
Original file line number Diff line number Diff line change 1
- Signature: 32a07d90ab604d3cd5828941c268ea0d
1
+ Signature: 5a9d1e9a39cc846122fbb0b08f821335
2
2
3
3
UNUSED LICENSES:
4
4
Original file line number Diff line number Diff line change 7
7
"packageUri" : " lib" ,
8
8
"languageVersion" : " 2.4"
9
9
},
10
- {
11
- "name" : " collection" ,
12
- "rootUri" : " ../../../../third_party/dart/third_party/pkg/collection" ,
13
- "packageUri" : " lib" ,
14
- "languageVersion" : " 2.10"
15
- },
16
10
{
17
11
"name" : " kernel" ,
18
12
"rootUri" : " ../../../../third_party/dart/pkg/kernel" ,
31
25
"packageUri" : " lib" ,
32
26
"languageVersion" : " 2.3"
33
27
},
28
+ {
29
+ "name" : " collection" ,
30
+ "rootUri" : " ../../../../third_party/dart/third_party/pkg/collection" ,
31
+ "packageUri" : " lib" ,
32
+ "languageVersion" : " 2.10"
33
+ },
34
34
{
35
35
"name" : " path" ,
36
36
"rootUri" : " ../../../../third_party/dart/third_party/pkg/path" ,
37
37
"packageUri" : " lib" ,
38
38
"languageVersion" : " 2.10"
39
39
}
40
40
]
41
- }
41
+ }
You can’t perform that action at this time.
0 commit comments