Skip to content

Commit

Permalink
[http] Allow pkg:web v0.3.0 (#1055)
Browse files Browse the repository at this point in the history
See #1052
Prepare to release pkg:http v1.1.2
  • Loading branch information
kevmoo authored Nov 27, 2023
1 parent 9fb4cfa commit c125ed5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pkgs/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 1.1.2-wip
## 1.1.2

* Allow `web: '>=0.3.0 <0.5.0'`.

## 1.1.1

Expand Down
4 changes: 2 additions & 2 deletions pkgs/http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: http
version: 1.1.2-wip
version: 1.1.2
description: A composable, multi-platform, Future-based API for HTTP requests.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http

Expand All @@ -10,7 +10,7 @@ dependencies:
async: ^2.5.0
http_parser: ^4.0.0
meta: ^1.3.0
web: ^0.4.0
web: '>=0.3.0 <0.5.0'

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
Expand Down

0 comments on commit c125ed5

Please sign in to comment.