mirror of https://github.com/grpc/grpc-dart.git
bump versions for dart 2 (#117)
This commit is contained in:
parent
561f8fe716
commit
1051232d17
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue