diff --git a/pkgs/fake_async/CHANGELOG.md b/pkgs/fake_async/CHANGELOG.md index 62de61382..69c56fa8b 100644 --- a/pkgs/fake_async/CHANGELOG.md +++ b/pkgs/fake_async/CHANGELOG.md @@ -16,7 +16,6 @@ the callback of a periodic timer would immediately invoke the same timer. * Move to `dart-lang/test` monorepo. -* Require Dart 3.5. ## 1.3.1 diff --git a/pkgs/fake_async/pubspec.yaml b/pkgs/fake_async/pubspec.yaml index 4ca22a23e..28870a9ea 100644 --- a/pkgs/fake_async/pubspec.yaml +++ b/pkgs/fake_async/pubspec.yaml @@ -5,7 +5,7 @@ description: >- testing. repository: https://github.com/dart-lang/test/tree/master/pkgs/fake_async environment: - sdk: ^3.5.0 + sdk: ^3.3.0 dependencies: clock: ^1.1.0