Skip to content

Commit

Permalink
Narrow the constraint on yaml.
Browse files Browse the repository at this point in the history
The new constraint reflects the actual APIs we're using.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//2087003004 .
  • Loading branch information
nex3 committed Jun 22, 2016
1 parent 91e3f73 commit cbd4055
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 @@
## 0.12.14+1

* Narrow the constraint on `yaml`.

## 0.12.14

* Add test and group location information to the JSON reporter.
Expand Down
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
version: 0.12.14+1
author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test
Expand Down Expand Up @@ -27,7 +27,7 @@ dependencies:
stream_channel: '^1.3.1'
string_scanner: '>=0.1.1 <2.0.0'
web_socket_channel: '^1.0.0'
yaml: '>=0.9.0 <3.0.0'
yaml: '^2.0.0'

# Use a tight version constraint to ensure that a constraint on matcher
# properly constrains all features it provides.
Expand Down

0 comments on commit cbd4055

Please sign in to comment.