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 |