From 91171983e58f70bd5bd4964d46bdf5ed57d17598 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 11:52:15 +0000 Subject: [PATCH] Update dependency dart to v3 --- core/pubspec.yaml | 2 +- generator/pubspec.yaml | 2 +- integration_tests/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/pubspec.yaml b/core/pubspec.yaml index ed506da..6b4953a 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -3,7 +3,7 @@ description: dartstruct is an annotation processor generator using source_gen an version: 0.0.0 environment: - sdk: '>=2.7.0 <3.0.0' + sdk: '3.10.3' dependencies: path: ^1.6.0 diff --git a/generator/pubspec.yaml b/generator/pubspec.yaml index 7aabf92..ff0e3d5 100644 --- a/generator/pubspec.yaml +++ b/generator/pubspec.yaml @@ -3,7 +3,7 @@ description: dartstruct generator is an annotation processor generator using sou version: 0.0.0 environment: - sdk: '>=2.7.0 <3.0.0' + sdk: '3.10.3' dependencies: build: ^1.2.2 diff --git a/integration_tests/pubspec.yaml b/integration_tests/pubspec.yaml index ec9a93d..3c8da00 100644 --- a/integration_tests/pubspec.yaml +++ b/integration_tests/pubspec.yaml @@ -3,7 +3,7 @@ description: version: 0.0.0 environment: - sdk: '>=2.7.0 <3.0.0' + sdk: '3.10.3' dependencies: dartstruct: