From 77d59945d3af50328aa28b87002437e8f2e6333b Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Fri, 3 Mar 2023 10:28:32 -0800 Subject: [PATCH] Expand the pubspec to allow 3.0. (#3359) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b26a65eed6..8822e541fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: A non-interactive HTML documentation generator for Dart source code repository: /~https://github.com/dart-lang/dartdoc environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=2.18.0 <4.0.0' dependencies: analyzer: ^5.7.1