From c2cb43327fbe612eaa36e78fbe21c8a8be37aa34 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Sun, 27 Feb 2022 14:26:51 -0800 Subject: [PATCH] Revert "Roll Dart SDK from c3e3126a598b to ed2ed541d240 (1 revision) (#31702)" (flutter/engine#31708) This reverts commit b133281562ab643007a06dce5d8efc5f2efc5df2. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 410a948429c..1dc0095c640 100644 --- a/DEPS +++ b/DEPS @@ -39,7 +39,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': 'ed2ed541d240806c6c8db9ba26f84daaf0732b5f', + 'dart_revision': 'c3e3126a598b575b5040185c8890213b3595d458', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py