From 44bae48a68f0f36a80f19f5210b403c627880584 Mon Sep 17 00:00:00 2001
From: Kevin Moore <kevmoo@google.com>
Date: Wed, 22 Jul 2015 19:36:59 -0700
Subject: [PATCH] use ^ for more dependencies in pubspec.yaml

---
 pubspec.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pubspec.yaml b/pubspec.yaml
index b3ec4f5..3909169 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -22,10 +22,10 @@ executables:
 
 dependencies:
   args: '>=0.12.0+1 <0.14.0'
-  crypto: '>=0.9.0 <0.10.0'
-  http: '>=0.11.0 <0.12.0'
-  path: '>=1.3.0 <2.0.0'
-  usage: '>=1.0.0 <2.0.0'
+  crypto: ^0.9.0
+  http: ^0.11.0
+  path: ^1.3.0
+  usage: ^1.0.0
 
 dev_dependencies:
   browser: ^0.10.0
-- 
GitLab