From 5fa017aceceb33035c5a72f0ddd82a5e7e533606 Mon Sep 17 00:00:00 2001 From: Littlegnal <8847263+littleGnAl@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:52:03 +0800 Subject: [PATCH] [testcase_gen] Pin paraphrase to tag: 0.1.0 (#1994) The main branch will support the dart records features, which require the dart SDK >= 3.0.0, so we pin the `paraphrase` to avoid a break change. https://github.com/littleGnAl/paraphrase/pull/1 --- tool/testcase_gen/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/testcase_gen/pubspec.yaml b/tool/testcase_gen/pubspec.yaml index 7e83ac375..2ba71a855 100644 --- a/tool/testcase_gen/pubspec.yaml +++ b/tool/testcase_gen/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: paraphrase: git: url: https://github.com/littleGnAl/paraphrase.git - ref: main + ref: 0.1.0 args: ^2.3.1