Update args to 0.13.0.

See also https://codereview.chromium.org/1094793005.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1103803002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45389 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
nweiz@google.com 2015-04-23 23:42:54 +00:00
parent b5e86ba441
commit 127f7e2a0b
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ environment:
sdk: '>=1.9.0 <2.0.0'
dependencies:
analyzer: '>=0.24.1-alpha.0 <0.25.0'
args: '>=0.12.1 <0.13.0'
args: '>=0.12.1 <0.14.0'
dart_style: '>=0.1.7 <0.2.0'
logging: any
path: any

View file

@ -3,7 +3,7 @@ author: Dart Team <misc@dartlang.org>
description: A documentation generator for the Dart repository.
homepage: https://www.dartlang.org/
dependencies:
args: '>=0.9.0 <0.13.0'
args: '>=0.9.0 <0.14.0'
logging: '>=0.9.0 <0.10.0'
markdown: 0.7.0
path: '>=0.9.0 <2.0.0'

View file

@ -1,6 +1,6 @@
name: stub_core_library
description: A repo-internal package for creating core library stubs.
dependencies:
args: ">=0.11.0 <0.13.0"
args: ">=0.11.0 <0.14.0"
analyzer: ">=0.22.0-dev <0.23.0"
path: ">=1.1.0 <2.0.0"