Skip to content

Commit 4065fae

Browse files
authored
Bump min SDK and update changelog (flutter#16)
We cannot reliably test on Travis pre 1.23.0
1 parent 279ba54 commit 4065fae

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
dart:
44
- dev
55
- stable
6-
- 1.21.1
6+
- 1.23.0
77

88
dart_task:
99
- test: --platform vm

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.1.2
2+
3+
* Require Dart SDK 1.23 or greater.
4+
5+
* A number of strong-mode fixes.
6+
17
## 3.1.1
28

39
* Fix a logic bug in the `chunkedCoding` codec. It had been producing invalid

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/dart-lang/http_parser
55
description: >
66
A platform-independent package for parsing and serializing HTTP formats.
77
environment:
8-
sdk: ">=1.21.0 <2.0.0-dev.infinity"
8+
sdk: ">=1.23.0 <2.0.0-dev.infinity"
99
dependencies:
1010
charcode: "^1.1.0"
1111
collection: ">=0.9.1 <2.0.0"

0 commit comments

Comments
 (0)