From 92c78e4eade7f1ad71a4895e32eb0829250b431f Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 28 Aug 2019 06:43:45 -0700 Subject: [PATCH] Roll src/third_party/dart 5cbcc88304..10f8a00e9f (3 commits) dart-lang/sdk@10f8a00e9f [CFE] Update language versioning implementation to conform with specification v1.3 dart-lang/sdk@8621e63190 [kernel/VM] cleanup unused dill tags dart-lang/sdk@72ff3495ec [CFE/kernel] Read dill from binary.md description --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 492f0041f4d..1da28eb85a2 100644 --- a/DEPS +++ b/DEPS @@ -34,7 +34,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': '5cbcc88304e2a94541047b2caf9758f1b0c54762', + 'dart_revision': '10f8a00e9f48918e84982fbb04af494f7eb8a44d', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py