Chromium Code Reviews| Index: pkg/stack_trace/pubspec.yaml |
| diff --git a/pkg/stack_trace/pubspec.yaml b/pkg/stack_trace/pubspec.yaml |
| index 1c43efdf80b77713e9b8e70fad82eb66613970cb..0c18c4e1357bc53e0ecb63e9b1a31bd7556a68ef 100644 |
| --- a/pkg/stack_trace/pubspec.yaml |
| +++ b/pkg/stack_trace/pubspec.yaml |
| @@ -1,4 +1,12 @@ |
| name: stack_trace |
| + |
| +# Note! This version is referenced directly in the pub source code in |
|
Bob Nystrom
2014/06/26 16:37:33
Ditto.
nweiz
2014/06/26 20:03:48
Done.
|
| +# lib/src/barback.dart. Pub implicitly places a version constraint on |
| +# stack_trace to ensure users only select a version of stack_trace that works |
| +# with their current version of pub. |
| +# |
| +# When the major version is upgraded, you *must* update that version constraint |
| +# in pub to stay in sync with this. |
| version: 1.0.1 |
| author: "Dart Team <misc@dartlang.org>" |
| homepage: http://www.dartlang.org |