From 72b7a29caa0fb181f7ade04a8839df9d410f9b39 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Thu, 27 Feb 2025 00:45:53 -0800 Subject: [PATCH] Bump language version for pkg/macro Extracted from https://dart-review.googlesource.com/c/sdk/+/397164 I don't know if this package will still continue to exist. Change-Id: Ifc00f1c650eb844cbf8025358710c098847f666c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/412043 Commit-Queue: Sigurd Meldgaard Reviewed-by: Jake Macdonald --- pkg/macros/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/macros/pubspec.yaml b/pkg/macros/pubspec.yaml index 22fde061c6b..d297f83c4d3 100644 --- a/pkg/macros/pubspec.yaml +++ b/pkg/macros/pubspec.yaml @@ -6,7 +6,7 @@ description: >- repository: https://github.com/dart-lang/sdk/tree/main/pkg/macros environment: - sdk: ^3.4.0-256.0.dev + sdk: ^3.5.0 dependencies: _macros: