diff --git a/pkgs/async/pubspec.yaml b/pkgs/async/pubspec.yaml index 7ca4544a..f7f659d6 100644 --- a/pkgs/async/pubspec.yaml +++ b/pkgs/async/pubspec.yaml @@ -1,5 +1,5 @@ name: async -version: 2.0.8 +version: 2.0.9-dev description: Utility functions and classes related to the 'dart:async' library. author: Dart Team @@ -16,6 +16,6 @@ dev_dependencies: stack_trace: ^1.0.0 test: ^1.0.0 # For building and testing with DDC - build_runner: ^0.9.0 + build_runner: ^1.0.0 build_web_compilers: ^0.4.0 build_test: ^0.10.1