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

Unified Diff: pubspec.yaml

Issue 1524943002: Support http_parser 2.0.0. (Closed) Base URL: git@github.com:dart-lang/shelf_static@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 | « CHANGELOG.md ('k') | no next file » | 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 553f3357e6fef7b366d5ab0e5381ad0e7209f804..9bb02e91ead5d9f5a94e3b0bcda37355da7c9ab5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
name: shelf_static
-version: 0.2.3+1
+version: 0.2.3+2
author: Dart Team <misc@dartlang.org>
description: Static file server support for Shelf
homepage: https://github.com/dart-lang/shelf_static
environment:
sdk: '>=1.7.0 <2.0.0'
dependencies:
- http_parser: '>=0.0.2+2 <2.0.0'
+ http_parser: '>=0.0.2+2 <3.0.0'
mime: '>=0.9.0 <0.10.0'
path: '>=1.1.0 <2.0.0'
shelf: '>=0.5.7 <0.7.0'
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698