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

Unified Diff: pubspec.yaml

Issue 2660333005: Change generic comment syntax to real generic syntax. (Closed)
Patch Set: Created 3 years, 11 months 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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index a3e0c904de119db093af7badb7163746790bed7f..8965307dc94490f20f1600f89b56ff699f3a50af 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -10,4 +10,4 @@ dev_dependencies:
stack_trace: "^1.0.0"
test: "^0.12.0"
environment:
- sdk: ">=1.19.0 <2.0.0"
+ sdk: "^1.21.0"
nweiz 2017/01/31 22:28:58 You can't use "^" in SDK constraints, since older
Lasse Reichstein Nielsen 2017/02/01 06:51:37 Ah, so there was a reason for it. Going back to ol
« lib/src/delegate/stream_consumer.dart ('K') | « lib/src/typed_stream_transformer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698