Skip to content

Commit

Permalink
Update the pinned Dart SDK for workspace support.
Browse files Browse the repository at this point in the history
Without this, I can't use `workspace` in the Flutter engine:
flutter/engine#53539

Change-Id: I3b68f14b94f91deda329efd98042dcf63ddb80ba
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/373903
Commit-Queue: Ryan Macnak <[email protected]>
Reviewed-by: Ryan Macnak <[email protected]>
  • Loading branch information
matanlurey authored and Commit Queue committed Jul 2, 2024
1 parent 87b790b commit b41ef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b41ef7c

Please sign in to comment.