Skip to content

Commit d626aac

Browse files
authored
Allow stream_channel version 2.x (flutter#111)
None of the planned breaking changes impact this package.
1 parent e213062 commit d626aac

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.4+1
2+
3+
* Allow `stream_channel` version 2.x
4+
15
## 0.7.4
26

37
* Allow passing `shared` parameter to underlying `HttpServer.bind` calls via

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: shelf
2-
version: 0.7.4
2+
version: 0.7.4+1
33
description: >-
44
A model for web server middleware that encourages composition and easy reuse
55
author: Dart Team <misc@dartlang.org>
66
homepage: https://github.com/dart-lang/shelf
77

88
environment:
9-
sdk: '>=2.0.0 <3.0.0'
9+
sdk: ">=2.0.0 <3.0.0"
1010

1111
dependencies:
1212
async: ^2.0.7
1313
collection: ^1.5.0
1414
http_parser: ^3.1.0
1515
path: ^1.0.0
1616
stack_trace: ^1.0.0
17-
stream_channel: ^1.0.0
17+
stream_channel: ">=1.0.0 <3.0.0"
1818

1919
dev_dependencies:
2020
http: ^0.12.0

0 commit comments

Comments
 (0)