Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Side by Side Diff: pubspec.yaml

Issue 25634007: Update the protocol buffer library to use Int64 from the fixnum package (Closed) Base URL: https://github.com/dart-lang/dart-protobuf.git@master
Patch Set: Minor fixes Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/unknown_field_set.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: protobuf 1 name: protobuf
2 version: 0.1.0 2 version: 0.2.0
3 authors: 3 authors:
4 - Dart Team <misc@dartlang.org> 4 - Dart Team <misc@dartlang.org>
5 description: Runtime library for protobuf support. 5 description: Runtime library for protobuf support.
6 homepage: https://github.com/dart-lang/protobuf 6 homepage: https://github.com/dart-lang/protobuf
7 environment: 7 environment:
8 sdk: '>=0.5.13' 8 sdk: '>=0.7.5'
9 dependencies: 9 dependencies:
10 crypto: '>=0.5.13' 10 crypto: '>=0.7.5'
11 fixnum: '>=0.7.5'
11 dev_dependencies: 12 dev_dependencies:
12 unittest: any 13 unittest: any
OLDNEW
« no previous file with comments | « lib/unknown_field_set.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698