From cc88fa45dbf4c55bc23cecea17fb90f43bccf588 Mon Sep 17 00:00:00 2001 From: Todd Volkert Date: Tue, 3 Sep 2019 07:53:34 -0700 Subject: [PATCH] [CFE/VM] Fix merge/typo for bump to kernel version 29 (#11835) Before this fix, trying to run a dill with version 28 (with named types in it) on a new VM would crash. Change-Id: I47851c236332aa14511f595b4b129e6354b395a7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113689 Commit-Queue: Jens Johansen Commit-Queue: Johnni Winther Auto-Submit: Jens Johansen Reviewed-by: Johnni Winther --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 900c2a3ae..b44dba004 100644 --- a/DEPS +++ b/DEPS @@ -34,7 +34,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': '79e6c743371a319cfc58bcec76f4ffb3114ef9a9', + 'dart_revision': '74e4033d316abb6cc2290051ec85534caf4dca54', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py