Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1063)

Unified Diff: lib/src/barback.dart

Issue 1530353002: Drop support for older Barback versions. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/asset/dart/transformer_isolate.dart ('k') | test/build/allows_arbitrary_modes_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/barback.dart
diff --git a/lib/src/barback.dart b/lib/src/barback.dart
index 33c775425b1e7f466570c8b83bed6e7d549c16a4..fcc4c5f8ea71e6b6a0358da3e0f8f5fe9d20b713 100644
--- a/lib/src/barback.dart
+++ b/lib/src/barback.dart
@@ -37,7 +37,7 @@ import 'package:pub_semver/pub_semver.dart';
///
/// [compat]: https://gist.github.com/nex3/10942218
final pubConstraints = {
- "barback": new VersionConstraint.parse(">=0.13.0 <0.15.3"),
+ "barback": new VersionConstraint.parse(">=0.15.0 <0.15.3"),
"source_span": new VersionConstraint.parse(">=1.0.0 <2.0.0"),
"stack_trace": new VersionConstraint.parse(">=0.9.1 <2.0.0")
};
« no previous file with comments | « lib/src/asset/dart/transformer_isolate.dart ('k') | test/build/allows_arbitrary_modes_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698