Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0e56e3d

Browse files
Fix the Dart language version for Fuchsia's build of the args package (#52083)
This is required for the next Dart roll (see #52077)
1 parent 76a270f commit 0e56e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/fuchsia/dart/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ dart_library("args") {
124124
package_root = "$dart_src/third_party/pkg/args"
125125
package_name = "args"
126126

127-
pubspec = "$package_root/pubspec.yaml"
127+
language_version = "2.17"
128128

129129
deps = []
130130

0 commit comments

Comments
 (0)