| commit | 59769002a5afe7a09af53ab0806e966434ebeb3f | [log] [tgz] |
|---|---|---|
| author | Florian Loitsch <floitsch@google.com> | Mon Jun 19 16:39:20 2017 +0200 |
| committer | Florian Loitsch <floitsch@google.com> | Mon Jun 19 16:39:20 2017 +0200 |
| tree | ed24cc380fa255b75dcd6941170cf45c5276357b | |
| parent | 2805fa9aea1f1f2c221550545925628e8100bb75 [diff] |
Update pubspec to require Dart 1.25.
diff --git a/pkgs/stack_trace/pubspec.yaml b/pkgs/stack_trace/pubspec.yaml index 94054ec..b99f7d1 100644 --- a/pkgs/stack_trace/pubspec.yaml +++ b/pkgs/stack_trace/pubspec.yaml
@@ -17,4 +17,4 @@ dev_dependencies: test: '^0.12.17' environment: - sdk: ">=1.21.0 <2.0.0" + sdk: ">=1.25.0 <2.0.0"