-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump SDK constraint and add dependency on fixnum (#377)
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ description: Dart implementation of gRPC, a high performance, open-source univer | |
|
||
version: 2.7.0 | ||
|
||
author: Dart Team <[email protected]> | ||
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 | ||
|