Skip to content

Commit 2d59ae4

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

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)