Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: pubspec.yaml

Issue 1152413002: pkg/pool: Revert "Revert r38549, r38552, and r38557." (Closed) Base URL: https://github.com/dart-lang/pool.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/pool.dart ('k') | test/pool_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index b6a0ff29984b304d3079dee3a70219fb3d05f7ea..a7d23a52c1ef81b8046a0d6f052ccb2b693e4178 100644
--- a/pubspec.yaml
+++ b/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://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"
« no previous file with comments | « lib/pool.dart ('k') | test/pool_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698