Skip to content

Commit 1f292db

Browse files
committed
Don't require Dart 3.5.
1 parent a56fa94 commit 1f292db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkgs/fake_async/CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
the callback of a periodic timer would immediately invoke
1717
the same timer.
1818
* Move to `dart-lang/test` monorepo.
19-
* Require Dart 3.5.
2019

2120
## 1.3.1
2221

pkgs/fake_async/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
testing.
66
repository: https://github.com/dart-lang/test/tree/master/pkgs/fake_async
77
environment:
8-
sdk: ^3.5.0
8+
sdk: ^3.3.0
99

1010
dependencies:
1111
clock: ^1.1.0

0 commit comments

Comments
 (0)