Skip to content

Commit 7f0467d

Browse files
committed
Fix duplicate dependency on string_scanner
1 parent f186d92 commit 7f0467d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: http_parser
2-
version: 3.0.2
2+
version: 3.0.3
33
author: "Dart Team <misc@dartlang.org>"
44
homepage: https://github.com/dart-lang/http_parser
55
description: >
66
A platform-independent package for parsing and serializing HTTP formats.
77
dependencies:
88
collection: ">=0.9.1 <2.0.0"
99
source_span: "^1.0.0"
10-
string_scanner: ">=0.0.0 <0.2.0"
1110
string_scanner: ">=0.0.0 <2.0.0"
1211
dev_dependencies:
1312
test: "^0.12.0"

0 commit comments

Comments
 (0)