Skip to content

Commit

Permalink
Support string_scanner 1.0.0.
Browse files Browse the repository at this point in the history
R=alanknight@google.com

Review URL: https://codereview.chromium.org//2081853003 .
  • Loading branch information
nex3 committed Jun 20, 2016
1 parent 2263813 commit 5f50153
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.3

* Support `string_scanner` 1.0.0.

## 1.1.2

* Fix all strong mode errors and warnings.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: glob
version: 1.1.2
version: 1.1.3
author: "Dart Team <misc@dartlang.org>"
homepage: https://github.com/dart-lang/glob
description: Bash-style filename globbing.
dependencies:
async: "^1.2.0"
collection: ">=1.1.0 <2.0.0"
path: ">=1.3.0 <2.0.0"
string_scanner: ">=0.1.0 <0.2.0"
string_scanner: ">=0.1.0 <2.0.0"
dev_dependencies:
test: ">=0.12.0 <0.13.0"
scheduled_test: ">=0.12.0 <0.13.0"
Expand Down

0 comments on commit 5f50153

Please sign in to comment.