Skip to content

Commit db84d12

Browse files
Require the release version of Dart 3.0.0 (#925)
* Require the release version of Dart 3.0.0 * Update dart.yml * Update pkgs/http/pubspec.yaml Co-authored-by: Nate Bosch <[email protected]> --------- Co-authored-by: Nate Bosch <[email protected]>
1 parent 406ce74 commit db84d12

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/workflows/dart.yml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A composable, multi-platform, Future-based API for HTTP requests.
44
repository: https://github.com/dart-lang/http/tree/master/pkgs/http
55

66
environment:
7-
sdk: '>=3.0.0-417.4.beta <4.0.0'
7+
sdk: ^3.0.0
88

99
dependencies:
1010
async: ^2.5.0

0 commit comments

Comments
 (0)