| Index: pkg/stack_trace/pubspec.yaml
|
| diff --git a/pkg/stack_trace/pubspec.yaml b/pkg/stack_trace/pubspec.yaml
|
| index 5226cf8c100b11eb07dd693ed2521c3cc2cf3748..bf28770ca0107d57049e2d64debf330c4c25a278 100644
|
| --- a/pkg/stack_trace/pubspec.yaml
|
| +++ b/pkg/stack_trace/pubspec.yaml
|
| @@ -7,7 +7,7 @@ name: stack_trace
|
| #
|
| # When the major version is upgraded, you *must* update that version constraint
|
| # in pub to stay in sync with this.
|
| -version: 1.0.2
|
| +version: 1.0.3
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| @@ -19,4 +19,4 @@ dependencies:
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.12.0"
|
| environment:
|
| - sdk: ">=1.0.0 <2.0.0"
|
| + sdk: ">=1.7.0-edge.40308 <2.0.0"
|
|
|