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

Unified Diff: pubspec.yaml

Issue 68953002: Update the protocol buffer compiler plug-in library to the latest Dart SDK (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Addressed review comments (bumped version) 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/writer.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 ac97b85e5a80c7b73229009fad06090ca4d9a94c..16096fe123dca70838926218774211661ae293fc 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
name: protoc-plugin
-version: 0.2.1
+version: 0.2.2
authors:
- Dart Team <misc@dartlang.org>
description: Protoc compiler plugin to generate Dart code
homepage: https://github.com/dart-lang/protoc-plugin
environment:
- sdk: '>=0.8.5'
+ sdk: '>=0.8.10+6 <2.0.0'
dependencies:
- protobuf: '>=0.3.1'
+ protobuf: '>=0.3.2'
dev_dependencies:
- unittest: any
+ unittest: '>=0.9.0 < 0.10.0'
« no previous file with comments | « lib/writer.dart ('k') | test/file_generator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698