bump versions for dart 2 (#117)

This commit is contained in:
Alexandre Ardhuin 2018-09-07 10:09:52 +02:00 committed by Sigurd Meldgaard
parent 561f8fe716
commit 1051232d17
6 changed files with 17 additions and 17 deletions

View File

@ -3,13 +3,13 @@ description: Dart gRPC client sample for Google APIs
homepage: https://github.com/dart-lang/grpc-dart
environment:
sdk: '>=1.24.3 <2.0.0'
sdk: '>=2.0.0 <3.0.0'
dependencies:
async: '>=1.13.3 <3.0.0'
grpc:
path: ../../
protobuf: ^0.7.0
protobuf: ^0.10.1
dev_dependencies:
test: ^0.12.0
test: ^1.3.0

View File

@ -3,13 +3,13 @@ description: Dart gRPC sample client and server.
homepage: https://github.com/dart-lang/grpc-dart
environment:
sdk: '>=1.24.3 <2.0.0'
sdk: '>=2.0.0 <3.0.0'
dependencies:
async: '>=1.13.3 <3.0.0'
grpc:
path: ../../
protobuf: ^0.7.0
protobuf: ^0.10.1
dev_dependencies:
test: ^0.12.0
test: ^1.3.0

View File

@ -3,13 +3,13 @@ description: Dart gRPC sample client and server.
homepage: https://github.com/dart-lang/grpc-dart
environment:
sdk: '>=1.24.3 <2.0.0'
sdk: '>=2.0.0 <3.0.0'
dependencies:
async: '>=1.13.3 <3.0.0'
grpc:
path: ../../
protobuf: ^0.7.0
protobuf: ^0.10.1
dev_dependencies:
test: ^0.12.0
test: ^1.3.0

View File

@ -3,13 +3,13 @@ description: Dart gRPC sample client and server.
homepage: https://github.com/dart-lang/grpc-dart
environment:
sdk: '>=1.24.3 <2.0.0'
sdk: '>=2.0.0 <3.0.0'
dependencies:
async: '>=1.13.3 <3.0.0'
grpc:
path: ../../
protobuf: ^0.7.0
protobuf: ^0.10.1
dev_dependencies:
test: ^0.12.0
test: ^1.3.0

View File

@ -3,15 +3,15 @@ description: Dart gRPC interoperability test suite.
homepage: https://github.com/dart-lang/grpc-dart
environment:
sdk: '>=1.24.3 <2.0.0'
sdk: '>=2.0.0 <3.0.0'
dependencies:
args: ^0.13.0
args: ^1.5.0
async: '>=1.13.3 <3.0.0'
collection: ^1.14.2
grpc:
path: ../
protobuf: ^0.7.0
protobuf: ^0.10.1
dev_dependencies:
test: ^0.12.0
test: ^1.3.0

View File

@ -5,7 +5,7 @@ author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/grpc-dart
environment:
sdk: '>=2.0.0-dev.58.0 <3.0.0'
sdk: '>=2.0.0 <3.0.0'
dependencies:
async: '>=1.13.3 <3.0.0'