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

Side by Side Diff: pubspec.yaml

Issue 64753003: Update hashCode to hash the entire message (Closed) Base URL: https://github.com/dart-lang/dart-protobuf.git@master
Patch Set: Update version number Created 7 years, 1 month 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.3.0 2 version: 0.3.1
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/dart-protobuf 6 homepage: https://github.com/dart-lang/dart-protobuf
7 environment: 7 environment:
8 sdk: '>=0.8.7' 8 sdk: '>=0.8.7'
9 dependencies: 9 dependencies:
10 crypto: '>=0.7.5' 10 crypto: '>=0.7.5'
11 fixnum: '>=0.7.5' 11 fixnum: '>=0.7.5'
12 dev_dependencies: 12 dev_dependencies:
13 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