mirror of https://github.com/grpc/grpc-dart.git
Move to published, null-safey packages (#441)
* Move to published, null-safey packages Also updated homepage -> repository * unblocked to publish grpc!
This commit is contained in:
parent
d7dc79971e
commit
97b8e47224
|
@ -18,5 +18,3 @@ dependency_overrides:
|
|||
# TODO: Need bazel_worker 1.0.0-nullsafety.0 published
|
||||
bazel_worker:
|
||||
git: https://github.com/dart-lang/bazel_worker
|
||||
shelf:
|
||||
version: ^1.0.0-nullsafety
|
||||
|
|
16
pubspec.yaml
16
pubspec.yaml
|
@ -3,19 +3,19 @@ description: Dart implementation of gRPC, a high performance, open-source univer
|
|||
|
||||
version: 3.0.0-nullsafety.0
|
||||
|
||||
homepage: https://github.com/dart-lang/grpc-dart
|
||||
respository: https://github.com/grpc/grpc-dart
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0-0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
archive: ^3.0.0-nullsafety
|
||||
async: ^2.2.0
|
||||
async: ^2.5.0-nullsafety.0
|
||||
crypto: ^3.0.0-nullsafety
|
||||
fixnum: ^1.0.0-nullsafety
|
||||
googleapis_auth: ^1.0.0-nullsafety
|
||||
meta: ^1.1.6
|
||||
http: ^0.13.0-nullsafety
|
||||
googleapis_auth: ^1.0.0-nullsafety.0
|
||||
meta: ^1.3.0-nullsafety.0
|
||||
http: ^0.13.0-nullsafety.0
|
||||
http2: ^2.0.0-nullsafety
|
||||
protobuf: ^2.0.0-nullsafety.1
|
||||
|
||||
|
@ -24,9 +24,5 @@ dev_dependencies:
|
|||
build_test: ^1.3.4
|
||||
mockito: ^5.0.0-nullsafety.5
|
||||
test: ^1.16.0-nullsafety.16
|
||||
stream_channel: ^2.0.0
|
||||
stream_channel: ^2.1.0-nullsafety.3
|
||||
stream_transform: ^2.0.0-nullsafety
|
||||
|
||||
dependency_overrides:
|
||||
shelf:
|
||||
version: ^1.0.0-nullsafety
|
||||
|
|
Loading…
Reference in New Issue