From 9e0242ec403da9495ad4082bf5daf1e3812901bf Mon Sep 17 00:00:00 2001 From: pcsosinski Date: Tue, 23 Feb 2021 20:13:56 -0800 Subject: [PATCH] Update 1.26 engine to use Dart Dart 2.12.0-259.16.beta --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index dfe3fb854405a..b2267def1d7ad 100644 --- a/DEPS +++ b/DEPS @@ -35,7 +35,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': 'efa74fd7dbec036b70ed5537f79a0ba994cf0e75', + 'dart_revision': '33cba2d358cf0726adba4a994c9514422e0ab027', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py