File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ vars = {
138138 "i18n_rev" : "e44af5483a051d546716b6aa3a57e478c59a5d8d" ,
139139 "leak_tracker_rev" : "f5620600a5ce1c44f65ddaa02001e200b096e14c" , # rolled manually
140140 "material_color_utilities_rev" : "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e" ,
141- "native_rev" : "6d51ecf34385e5872c43f1856d3fad6349200811 " , # rolled manually while native assets are experimental
141+ "native_rev" : "2d4b07ae9a11ede9d434dbef5cded0ad08e22e3f " , # rolled manually while native assets are experimental
142142 "protobuf_rev" : "b7753f6fc29402679e05e9a510074002f0826d48" ,
143143 "pub_rev" : "59406faad8959e332da98260bab894feb8500908" , # rolled manually
144144 "shelf_rev" : "082d3ac2d13a98700d8148e8fad8f3e12a6fd0e1" ,
Original file line number Diff line number Diff line change 22# for details. All rights reserved. Use of this source code is governed by a
33# BSD-style license that can be found in the LICENSE file.
44
5- test/schema/schema_test : SkipByDesign # Dev dependency not in Dart SDK.
5+ test/json_schema/* : SkipByDesign # Dev dependency not in Dart SDK.
66
77[ $runtime != vm ]
88*: SkipByDesign # Native assets is a VM-only feature.
Original file line number Diff line number Diff line change 22# for details. All rights reserved. Use of this source code is governed by a
33# BSD-style license that can be found in the LICENSE file.
44
5- test/schema/schema_test : SkipByDesign # Dev dependency not in Dart SDK.
5+ test/json_schema/* : SkipByDesign # Dev dependency not in Dart SDK.
66
77[ $runtime != vm ]
88*: SkipByDesign # Native assets is a VM-only feature.
Original file line number Diff line number Diff line change 44
55example/*: SkipByDesign # These test projects don't work without running pub in the project itself.
66lib/src/*: SkipByDesign # These are not tests.
7- test/schema/schema_test : SkipByDesign # Dev dependency not in Dart SDK.
7+ test/json_schema/* : SkipByDesign # Dev dependency not in Dart SDK.
88
99[ $runtime != vm ]
1010*: SkipByDesign # Native assets is a VM-only feature.
You can’t perform that action at this time.
0 commit comments