From 5fe28cbf37c4af4851d9dc1128013ff4cfd167c0 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sun, 18 Jun 2023 21:32:30 +0200 Subject: [PATCH] Update dependency constraint to drift in drift_dev --- drift_dev/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index e49843af6..3c9413bb3 100644 --- a/drift_dev/pubspec.yaml +++ b/drift_dev/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: io: ^1.0.3 # Drift-specific analysis and apis - drift: '>=2.8.0 <2.9.0' + drift: '>=2.9.0 <2.10.0' sqlite3: '>=0.1.6 <3.0.0' sqlparser: '^0.30.0'