From f9555e0141e8f7637b28e3dd38f24e8c12ace251 Mon Sep 17 00:00:00 2001 From: Chirayu Krishnappa Date: Wed, 13 Aug 2014 12:38:49 -0700 Subject: [PATCH] chore(pubspec): use perf_api v0.0.9 This fixes a Travis failure with Dart SDK 1.6.0.dev-8.0 that breaks master. Chrome 37.0.2062 (Mac OS X 10.9.4) ERROR Internal error: 'package:perf_api/perf_api.dart': error: line 9 pos 29: expression is not a valid compile-time constant final Counters counters = new Counters(); --- pubspec.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index d64c2deea..e4e29a90e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -72,7 +72,7 @@ packages: perf_api: description: perf_api source: hosted - version: "0.0.8" + version: "0.0.9" protractor: description: protractor source: hosted