Skip to content

Commit 22002d6

Browse files
authored
Remove -dev.infinity in SDK upper constraint
1 parent 40a8f35 commit 22002d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: Dart Team <[email protected]>
44
homepage: https://github.com/dart-lang/http_throttle
55
description: HTTP client middleware that throttles requests.
66
environment:
7-
sdk: ">=1.13.0 <2.0.0-dev.infinity"
7+
sdk: ">=1.13.0 <2.0.0"
88
dependencies:
99
http: ">=0.9.0 <0.12.0"
1010
pool: ">=1.0.0 <2.0.0"

0 commit comments

Comments
 (0)