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 2263813 commit 5f50153Copy full SHA for 5f50153
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.3
2
+
3
+* Support `string_scanner` 1.0.0.
4
5
## 1.1.2
6
7
* Fix all strong mode errors and warnings.
pubspec.yaml
@@ -1,13 +1,13 @@
name: glob
-version: 1.1.2
+version: 1.1.3
author: "Dart Team <[email protected]>"
homepage: https://github.com/dart-lang/glob
description: Bash-style filename globbing.
dependencies:
async: "^1.2.0"
8
collection: ">=1.1.0 <2.0.0"
9
path: ">=1.3.0 <2.0.0"
10
- string_scanner: ">=0.1.0 <0.2.0"
+ string_scanner: ">=0.1.0 <2.0.0"
11
dev_dependencies:
12
test: ">=0.12.0 <0.13.0"
13
scheduled_test: ">=0.12.0 <0.13.0"
0 commit comments