| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index a7d23a52c1ef81b8046a0d6f052ccb2b693e4178..19aac1e54b37bed757828a53c41800cc8f854202 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: pool
|
| -version: 1.0.1
|
| +version: 1.0.2
|
| author: Dart Team <misc@dartlang.org>
|
| description: A class for managing a finite pool of resources.
|
| -homepage: http://github.com/dart-lang/pool
|
| +homepage: https://github.com/dart-lang/pool
|
| 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"
|
| + test: ">=0.12.0 <0.13.0"
|
|
|