From 97f7ca6cc4de66d2691c03a474a36d46ca15e7eb Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Mon, 21 Oct 2024 23:03:34 +0000 Subject: [PATCH] Unpin the meta dependency to allow the latest --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 69af4760..59bc24db 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: glob: ^2.0.1 json_annotation: ^4.8.0 logging: ^1.0.1 - meta: '>=1.7.0 <1.10.0' + meta: '>=1.7.0 <2.0.0' package_config: ^2.1.0 path: ^1.8.0 pub_semver: ^2.0.0