From 4a49cd2e3c694dd76fdb42f7b2d5989545a83d27 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 12 May 2015 11:30:53 -0700 Subject: [PATCH] Actually depend on path. This releases 0.12.1. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1134193004 --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 73dc4cdda..844ed6e8d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 0.12.1-dev +version: 0.12.1 author: Dart Team description: A library for writing dart unit tests. homepage: https://github.com/dart-lang/test @@ -11,6 +11,7 @@ dependencies: barback: '>=0.14.0 <0.16.0' crypto: '^0.9.0' http_parser: '^0.0.2' + path: '^1.2.0' pool: '^1.0.0' pub_semver: '^1.0.0' shelf: '>=0.5.3 <0.7.0'