Add implicit constraints from pub onto stack_trace and source_maps.
These packages are used in pub's plugin isolate, so pub needs to have
a dependency on them to ensure their APIs don't change out from under
it.
R=rnystrom@google.com
BUG=19574
Review URL: https://codereview.chromium.org//356523003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/stack_trace@37751 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pkgs/stack_trace/pubspec.yaml b/pkgs/stack_trace/pubspec.yaml
index 1c43efd..a0fa396 100644
--- a/pkgs/stack_trace/pubspec.yaml
+++ b/pkgs/stack_trace/pubspec.yaml
@@ -1,4 +1,12 @@
name: stack_trace
+
+# Note! This version number is referenced directly in the pub source code in
+# 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