mirror of https://github.com/grpc/grpc-dart.git
Relax dependency on package:meta (#227)
This commit is contained in:
parent
3aeafa77cb
commit
1213bc546b
|
@ -12,7 +12,7 @@ environment:
|
||||||
dependencies:
|
dependencies:
|
||||||
async: ^2.2.0
|
async: ^2.2.0
|
||||||
googleapis_auth: ^0.2.7
|
googleapis_auth: ^0.2.7
|
||||||
meta: ^1.1.7
|
meta: ^1.1.6
|
||||||
http: ^0.12.0
|
http: ^0.12.0
|
||||||
http2: ^1.0.0
|
http2: ^1.0.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue