Skip to content

Commit a76e058

Browse files
authored
Declare support for async 2.0.0 (flutter#16)
1 parent 8c8ce45 commit a76e058

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 1.1.5
22

3+
* Declare support for `async` 2.0.0.
4+
35
* Require Dart 1.23.0.
46

57
## 1.1.4

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: glob
2-
version: 1.1.5-dev
2+
version: 1.1.5
33
author: "Dart Team <[email protected]>"
44
homepage: https://github.com/dart-lang/glob
55
description: Bash-style filename globbing.
66
dependencies:
7-
async: "^1.2.0"
7+
async: ">=1.2.0 <3.0.0"
88
collection: "^1.1.0"
99
path: "^1.3.0"
1010
string_scanner: ">=0.1.0 <2.0.0"

0 commit comments

Comments
 (0)