We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8ce45 commit a76e058Copy full SHA for a76e058
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## 1.1.5
2
3
+* Declare support for `async` 2.0.0.
4
+
5
* Require Dart 1.23.0.
6
7
## 1.1.4
pubspec.yaml
@@ -1,10 +1,10 @@
name: glob
-version: 1.1.5-dev
+version: 1.1.5
author: "Dart Team <[email protected]>"
homepage: https://github.com/dart-lang/glob
description: Bash-style filename globbing.
dependencies:
- async: "^1.2.0"
+ async: ">=1.2.0 <3.0.0"
8
collection: "^1.1.0"
9
path: "^1.3.0"
10
string_scanner: ">=0.1.0 <2.0.0"
0 commit comments