Skip to content

Commit

Permalink
Loosen mime package constraint (#441)
Browse files Browse the repository at this point in the history
See dart-lang/tools#431 (comment)

An upcoming breaking change does not impact usage in this package.
  • Loading branch information
mx1up committed Sep 5, 2024
1 parent efbc566 commit e725c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkgs/shelf_static/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.1.3-wip

* Require Dart `^3.3.0`.
* Update `package:mime` constraint to `>=1.0.0 <3.0.0`.

## 1.1.2

Expand Down
2 changes: 1 addition & 1 deletion pkgs/shelf_static/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ environment:
dependencies:
convert: ^3.0.0
http_parser: ^4.0.0
mime: ^1.0.0
mime: '>=1.0.0 <3.0.0'
path: ^1.8.0
# shelf version that allows correctly setting content-length w/ HEAD
shelf: ^1.1.2
Expand Down

0 comments on commit e725c73

Please sign in to comment.