Index: pkg/stack_trace/pubspec.yaml |
=================================================================== |
--- pkg/stack_trace/pubspec.yaml (revision 29983) |
+++ pkg/stack_trace/pubspec.yaml (working copy) |
@@ -1,11 +1,14 @@ |
name: stack_trace |
+version: 0.9.0 |
author: "Dart Team <misc@dartlang.org>" |
homepage: http://www.dartlang.org |
description: > |
A package for manipulating stack traces and printing them readably. |
dependencies: |
- path: any |
+ path: ">=0.9.0 <0.10.0" |
dev_dependencies: |
- unittest: any |
+ unittest: ">=0.9.0 <0.10.0" |
+environment: |
+ sdk: ">=0.8.10+6 <2.0.0" |