| Index: pkg/pool/pubspec.yaml
|
| diff --git a/pkg/pool/pubspec.yaml b/pkg/pool/pubspec.yaml
|
| index c1d543f93571f155be5db60873676458ffd74fe8..9972cbbb32f36857d1d0923dd1ea3bcaa4b98788 100644
|
| --- a/pkg/pool/pubspec.yaml
|
| +++ b/pkg/pool/pubspec.yaml
|
| @@ -1,9 +1,10 @@
|
| name: pool
|
| -version: 1.0.0
|
| +version: 1.0.1
|
| author: Dart Team <misc@dartlang.org>
|
| description: A class for managing a finite pool of resources.
|
| homepage: http://www.dartlang.org
|
| dependencies:
|
| stack_trace: ">=0.9.2 <2.0.0"
|
| dev_dependencies:
|
| + fake_async: ">=0.1.0 <0.2.0"
|
| unittest: ">=0.11.0 <0.12.0"
|
|
|