From b41ef7c6b2f4d00459a321970fdf5f522c4eae69 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Tue, 2 Jul 2024 00:05:41 +0000 Subject: [PATCH] Update the pinned Dart SDK for workspace support. Without this, I can't use `workspace` in the Flutter engine: https://github.com/flutter/engine/pull/53539 Change-Id: I3b68f14b94f91deda329efd98042dcf63ddb80ba Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/373903 Commit-Queue: Ryan Macnak Reviewed-by: Ryan Macnak --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8ca5ac46d391..12edbc43200f 100644 --- a/DEPS +++ b/DEPS @@ -50,7 +50,7 @@ vars = { # Checked-in SDK version. The checked-in SDK is a Dart SDK distribution # in a cipd package used to run Dart scripts in the build and test # infrastructure, which is automatically built on the release commits. - "sdk_tag": "version:3.5.0-278.0.dev", + "sdk_tag": "version:3.5.0-307.0.dev", # co19 is a cipd package automatically generated for each co19 commit. # Use tests/co19/update.sh to update this hash.