Skip to content

Commit ecee9a6

Browse files
authored
Prepare to publish null safe version (#496)
1 parent 7bc620d commit ecee9a6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pubspec.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
name: http
2-
version: 0.13.0-nullsafety-dev
2+
version: 0.13.0-nullsafety.0
33
homepage: https://github.com/dart-lang/http
44
description: A composable, multi-platform, Future-based API for HTTP requests.
55

66
environment:
7-
sdk: '>=2.12.0-0 <2.13.0'
7+
sdk: '>=2.12.0-0 <3.0.0'
88

9-
# Cannot be published until null safety ships
10-
publish_to: none
119
dependencies:
12-
http_parser: ^3.2.0-nullsafety
10+
http_parser: ^4.0.0-nullsafety
1311
meta: ^1.3.0-nullsafety.3
1412
path: ^1.8.0-nullsafety.1
1513
pedantic: ^1.10.0-nullsafety
@@ -18,7 +16,6 @@ dev_dependencies:
1816
test: ^1.16.0-nullsafety.4
1917

2018
dependency_overrides:
19+
http_parser: ^4.0.0-nullsafety
2120
# Because pkg:test does not support pkg:http ^0.13.0
2221
test: ^1.16.0-nullsafety.5
23-
http_parser:
24-
git: https://github.com/dart-lang/http_parser

0 commit comments

Comments
 (0)