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

Unified Diff: pkg/http_parser/pubspec.yaml

Issue 250073002: Re-apply "Add a non-dart:io WebSocket implementation to http_parser." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | « pkg/http_parser/lib/src/web_socket.dart ('k') | pkg/http_parser/test/web_socket_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http_parser/pubspec.yaml
diff --git a/pkg/http_parser/pubspec.yaml b/pkg/http_parser/pubspec.yaml
index 1ace583151f5c362e0af668d167853169b1a174e..2c9b5d6a29de8d48ab5ee55a7545407da78697e7 100644
--- a/pkg/http_parser/pubspec.yaml
+++ b/pkg/http_parser/pubspec.yaml
@@ -1,10 +1,11 @@
name: http_parser
-version: 0.0.1
+version: 0.0.2
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A platform-independent package for parsing and serializing HTTP formats.
dependencies:
+ crypto: ">=0.9.0 <0.10.0"
collection: ">=0.9.1 <0.10.0"
string_scanner: ">=0.0.0 <0.1.0"
dev_dependencies:
« no previous file with comments | « pkg/http_parser/lib/src/web_socket.dart ('k') | pkg/http_parser/test/web_socket_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698