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

Unified Diff: pubspec.yaml

Issue 1516133002: Remove DataUri. (Closed) Base URL: git@github.com:dart-lang/http_parser@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/data_uri.dart ('k') | test/data_uri_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 a78597f8e038c49c609336d3f1084418316de32e..930db8f2dbd16705bed61bc59c7ca3d456f28f03 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,17 +1,15 @@
name: http_parser
-version: 1.1.0
+version: 2.0.0
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:
- convert: "^1.0.0"
collection: ">=0.9.1 <2.0.0"
crypto: "^0.9.0"
source_span: "^1.0.0"
string_scanner: ">=0.0.0 <0.2.0"
dev_dependencies:
- charcode: "^1.1.0"
test: "^0.12.0"
environment:
- sdk: ">=1.12.0 <2.0.0"
+ sdk: ">=1.8.0 <2.0.0"
« no previous file with comments | « lib/src/data_uri.dart ('k') | test/data_uri_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698