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

Unified Diff: pubspec.yaml

Issue 25708003: Update the protocol buffer compiler plugin to use Int64 from the fixnum package (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « prepend.dart ('k') | test/file_generator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index db7ccf36c88aebfbaa4eccdff0b68fbec6397af3..de4922c9eff0017f527b900cea3098078e71db5c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
name: protoc-plugin
-version: 0.1.2
+version: 0.2.0
Siggi Cherem (dart-lang) 2013/10/04 18:34:39 FYI 0.1.3 would be fine too. (while we are < versi
authors:
- Dart Team <misc@dartlang.org>
description: Protoc compile to generate Dart code
homepage: https://github.com/dart-lang/protoc-plugin
environment:
- sdk: '>=0.7.2'
+ sdk: '>=0.7.5'
dependencies:
- protobuf: '>=0.1.0'
+ protobuf: '>=0.2.0'
dev_dependencies:
unittest: any
« no previous file with comments | « prepend.dart ('k') | test/file_generator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698