From f511c727fbb91aab55568b82d2d17c59a85c1cb1 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 8 Oct 2018 11:19:54 -0700 Subject: [PATCH] support the latest pkg:build_runner --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7ca4544..f7f659d 100644 --- a/pubspec.yaml +++ b/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