forked from firka/flutter
Roll Dart version to 9c07fb64c48adb3d6fde50bab6b8b641c5b67683 (flutter/engine#6788)
This hash corresponds to 2.10-dev.9.2 Changes in this roll include: - Fix for https://github.com/flutter/flutter/issues/23879 (Revert "[vm/compiler] Fine tune operator and phi handling.) - Fix for Dart issue https://github.com/dart-lang/sdk/issues/35009 - Recover from default values in function types - [vm, reload] On the path for no shape changes, defer freeing the old - [vm] Fix misc printf format bugs. - [VM] Added cleanup for Dart IO API
This commit is contained in:
4
DEPS
4
DEPS
@@ -31,7 +31,7 @@ vars = {
|
||||
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
|
||||
# You can use //tools/dart/create_updated_flutter_deps.py to produce
|
||||
# updated revision list of existing dependencies.
|
||||
'dart_revision': 'bf26f760b1bb3d5fea6bda110f6a17b590364120',
|
||||
'dart_revision': '9c07fb64c48adb3d6fde50bab6b8b641c5b67683',
|
||||
|
||||
# WARNING: DO NOT EDIT MANUALLY
|
||||
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
|
||||
@@ -60,7 +60,7 @@ vars = {
|
||||
'dart_http_throttle_tag': '1.0.2',
|
||||
'dart_intl_tag': '0.15.7',
|
||||
'dart_json_rpc_2_tag': '2.0.9',
|
||||
'dart_linter_tag': '0.1.70',
|
||||
'dart_linter_tag': '0.1.71',
|
||||
'dart_logging_tag': '0.11.3+2',
|
||||
'dart_markdown_tag': '2.0.2',
|
||||
'dart_matcher_tag': '0.12.3',
|
||||
|
||||
Reference in New Issue
Block a user