From 40441def692f444660a11e20fac37af9050245ab Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Thu, 25 Feb 2021 14:40:18 -0800 Subject: [PATCH] Update Dart SDK to Stable 2.12.0 (#24635) --- 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