From ad50076e952c5d60621b855b83679f1ffa5a10e6 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Mon, 18 Jul 2022 13:18:24 -0700 Subject: [PATCH] Update Dart SDK to e020f8158a4ad7bae2584f5789fddd927022eb07 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 471822b61502d..ed8c65b135d82 100644 --- a/DEPS +++ b/DEPS @@ -35,7 +35,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '654db247514fd82fe4037af9c7ef419cab8484b5', + 'dart_revision': 'e020f8158a4ad7bae2584f5789fddd927022eb07', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py