Update pkg/analyzer dependency on pkg/args to include v1.x

pkg/analyzer currently does not create an AgrParser so the breaking
behavior charge that came w/ the bump to args v1 does not affect any
code

R=brianwilkerson@google.com

Review-Url: https://codereview.chromium.org/2955583003 .
This commit is contained in:
Kevin Moore 2017-06-23 11:46:58 -07:00
parent 82561d8fa7
commit 4d642466fb

View file

@ -6,7 +6,7 @@ homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
environment:
sdk: '>=1.20.0 <2.0.0'
dependencies:
args: '>=0.12.1 <0.14.0'
args: '>=0.12.1 <2.0.0'
charcode: ^1.1.0
collection: ^1.10.1
convert: ^2.0.0