Skip to content

Commit

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

Review URL: https://codereview.chromium.org//2086743002 .
  • Loading branch information
nex3 committed Jun 21, 2016
1 parent 62cf174 commit 91e3f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 0.12.14-dev
version: 0.12.14
author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test
Expand All @@ -25,7 +25,7 @@ dependencies:
source_span: '^1.0.0'
stack_trace: '^1.2.1'
stream_channel: '^1.3.1'
string_scanner: '^0.1.1'
string_scanner: '>=0.1.1 <2.0.0'
web_socket_channel: '^1.0.0'
yaml: '>=0.9.0 <3.0.0'

Expand Down

0 comments on commit 91e3f73

Please sign in to comment.