From b64672b23c7a833712d6af7b0a1835d7bd6bbed6 Mon Sep 17 00:00:00 2001 From: Robert Messerle Date: Mon, 18 Apr 2016 10:49:08 -0700 Subject: [PATCH] fix(dart) reverts `protobuf` to last working version Closes #8125 --- modules/angular2/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/pubspec.yaml b/modules/angular2/pubspec.yaml index d82d49237f..5f49b08a75 100644 --- a/modules/angular2/pubspec.yaml +++ b/modules/angular2/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: logging: '>=0.9.0 <0.12.0' observe: '^0.13.1' path: '^1.0.0' - protobuf: '^0.5.0' + protobuf: '0.5.1' source_span: '^1.0.0' stack_trace: '^1.1.1' build: '>=0.0.1'