From a1f8bc6897d4e8fae0cb5ca43cf30ba16de0c6f7 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Sat, 8 Jun 2024 17:36:47 -0700 Subject: [PATCH] small changelog tweak --- source_gen/CHANGELOG.md | 2 +- source_gen/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source_gen/CHANGELOG.md b/source_gen/CHANGELOG.md index b98795ac..94e5bd0d 100644 --- a/source_gen/CHANGELOG.md +++ b/source_gen/CHANGELOG.md @@ -4,7 +4,7 @@ `GeneratorForAnnotation.generateForAnnotatedElement`. - Support all the glob quotes. - Require Dart 3.4.0 -- Require `analyzer: '>=6.4.0 <7.0.0'` +- Require `analyzer: ^6.4.0` ## 1.5.0 diff --git a/source_gen/pubspec.yaml b/source_gen/pubspec.yaml index 59605049..64a558ae 100644 --- a/source_gen/pubspec.yaml +++ b/source_gen/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: ^3.4.0 dependencies: - analyzer: '>=6.4.0 <7.0.0' + analyzer: ^6.4.0 async: ^2.5.0 build: ^2.1.0 dart_style: ^2.0.0