Skip to content

Commit

Permalink
loosen mime package constraint since there are no usages of the break…
Browse files Browse the repository at this point in the history
…ing change.

see dart-lang/tools#431 (comment)

(cherry picked from commit cbcc1e1)
  • Loading branch information
mx1up committed Sep 2, 2024
1 parent 9f2dffe commit df8d115
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 df8d115

Please sign in to comment.