From 53cd0c53873639863c54ab8d032267d2c0801784 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Thu, 25 Feb 2021 12:07:01 -0800 Subject: [PATCH] Update Dart SDK to 2.12.0 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b2267def1d7ad..88a60cfbf8ce6 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': '33cba2d358cf0726adba4a994c9514422e0ab027', + 'dart_revision': '72c1995001d1214138a8186032f2199f237bc505', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py