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

Unified Diff: pubspec.yaml

Issue 2043913005: Change how to set the Dart name of a field (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: better error checking, clean up pubspec Created 4 years, 6 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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 429a237226226a1b862a676ae031b0a45709a2c3..7bab074cac24040c46e50e08dc6a8adee9e13fe3 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,13 +1,14 @@
name: protoc_plugin
-version: 0.6.0+1
+version: 0.7.0-dev
author: Dart Team <misc@dartlang.org>
description: Protoc compiler plugin to generate Dart code
homepage: https://github.com/dart-lang/dart-protoc-plugin
environment:
- sdk: '>=1.0.0 <2.0.0'
+ sdk: '>=1.13.0 <2.0.0'
dependencies:
- protobuf: '>=0.5.1 <0.6.0'
- path: '>=1.0.0 <2.0.0'
+ fixnum: ^0.10.5
+ path: ^1.0.0
+ protobuf: ^0.5.1
dev_dependencies:
browser: any
- test: '>=0.12.0 <0.13.0'
+ test: ^0.12.0

Powered by Google App Engine
This is Rietveld 408576698