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

Unified Diff: pubspec.yaml

Issue 1169883002: Upgrade to the new test package. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Merge Created 5 years, 6 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
« no previous file with comments | « README.md ('k') | test/http_date_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 71544b12705b2b37f4fbe58513539d4caa0110a0..c06a60ea2a0acb4358aa89ec59a02690d3022fe7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,14 +1,14 @@
name: http_parser
-version: 0.0.2+6
+version: 0.0.2+7
author: "Dart Team <misc@dartlang.org>"
homepage: https://github.com/dart-lang/http_parser
description: >
A platform-independent package for parsing and serializing HTTP formats.
dependencies:
- crypto: ">=0.9.0 <0.10.0"
+ crypto: "^0.9.0"
collection: ">=0.9.1 <2.0.0"
string_scanner: ">=0.0.0 <0.2.0"
dev_dependencies:
- unittest: ">=0.10.0 <0.12.0"
+ test: "^0.12.0"
environment:
- sdk: ">=1.2.0 <2.0.0"
+ sdk: ">=1.8.0 <2.0.0"
« no previous file with comments | « README.md ('k') | test/http_date_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698