Skip to content

Commit

Permalink
Update min SDK to 2.4 (dart-lang/yaml#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jan 13, 2020
1 parent 2cbb0fb commit f80f102
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/yaml/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: dart

dart:
- 2.3.0
- 2.4.0
- dev

dart_task:
Expand Down
4 changes: 4 additions & 0 deletions pkgs/yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.1

* Update min Dart SDK to `2.4.0`.

## 2.2.0

* POSSIBLY BREAKING CHANGE: Make `YamlMap` preserve parsed key order.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/yaml/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/yaml

environment:
sdk: '>=2.3.0 <3.0.0'
sdk: '>=2.4.0 <3.0.0'

dependencies:
charcode: ^1.1.0
Expand Down

0 comments on commit f80f102

Please sign in to comment.