From 184ab7c9aa112ccdc8efef1a3a6558bd40ba256f Mon Sep 17 00:00:00 2001 From: Hixie Date: Thu, 29 Oct 2015 14:35:55 -0700 Subject: [PATCH] Put an upper bound on flx dependency In case we run into trouble, this at least gives us an escape hatch. --- packages/flutter_tools/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 63e2d8a41db..69e483142a0 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: args: ^0.13.0 asn1lib: ^0.4.1 cipher: ^0.7.1 - flx: ">=0.0.1" + flx: ">=0.0.1 <0.1.0" crypto: ^0.9.1 mustache4dart: ^1.0.0 path: ^1.3.0