Skip to content

Commit

Permalink
Fix issues introduced by grpc#349
Browse files Browse the repository at this point in the history
* Bump SDK version constraint to 2.3
* Add dependency on fixnum package
  • Loading branch information
mraleph committed Oct 29, 2020
1 parent 21529c6 commit 8b53d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: Dart implementation of gRPC, a high performance, open-source univer

version: 2.7.0

author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/grpc-dart

environment:
sdk: ">=2.2.0 <3.0.0"
sdk: '>=2.3.0 <3.0.0'

dependencies:
async: ^2.2.0
crypto: ^2.1.4
fixnum: ^0.10.11
googleapis_auth: ^0.2.7
meta: ^1.1.6
http: ^0.12.0
Expand Down

0 comments on commit 8b53d85

Please sign in to comment.