Skip to content

Commit 5f50153

Browse files
committed
Support string_scanner 1.0.0.
[email protected] Review URL: https://codereview.chromium.org//2081853003 .
1 parent 2263813 commit 5f50153

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.3
2+
3+
* Support `string_scanner` 1.0.0.
4+
15
## 1.1.2
26

37
* Fix all strong mode errors and warnings.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: glob
2-
version: 1.1.2
2+
version: 1.1.3
33
author: "Dart Team <[email protected]>"
44
homepage: https://github.com/dart-lang/glob
55
description: Bash-style filename globbing.
66
dependencies:
77
async: "^1.2.0"
88
collection: ">=1.1.0 <2.0.0"
99
path: ">=1.3.0 <2.0.0"
10-
string_scanner: ">=0.1.0 <0.2.0"
10+
string_scanner: ">=0.1.0 <2.0.0"
1111
dev_dependencies:
1212
test: ">=0.12.0 <0.13.0"
1313
scheduled_test: ">=0.12.0 <0.13.0"

0 commit comments

Comments
 (0)