| Index: pkg/stack_trace/pubspec.yaml
|
| diff --git a/pkg/stack_trace/pubspec.yaml b/pkg/stack_trace/pubspec.yaml
|
| index b672df7ff6a579be00019c0bef8eca8c9c08b117..33af86741f1071cb6c1dda3f44423d1cc3c28a59 100644
|
| --- a/pkg/stack_trace/pubspec.yaml
|
| +++ b/pkg/stack_trace/pubspec.yaml
|
| @@ -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: ">=1.0.0 <2.0.0"
|
|
|