fix(dart) reverts protobuf to last working version

Closes #8125
This commit is contained in:
Robert Messerle 2016-04-18 10:49:08 -07:00 committed by Robert Messerle
parent 930f58718b
commit b64672b23c

View File

@ -18,7 +18,7 @@ dependencies:
logging: '>=0.9.0 <0.12.0' logging: '>=0.9.0 <0.12.0'
observe: '^0.13.1' observe: '^0.13.1'
path: '^1.0.0' path: '^1.0.0'
protobuf: '^0.5.0' protobuf: '0.5.1'
source_span: '^1.0.0' source_span: '^1.0.0'
stack_trace: '^1.1.1' stack_trace: '^1.1.1'
build: '>=0.0.1' build: '>=0.0.1'