Skip to content

Commit

Permalink
Don't require Dart 3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrhn committed Jan 24, 2025
1 parent a56fa94 commit 1f292db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pkgs/fake_async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pkgs/fake_async/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f292db

Please sign in to comment.