forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: set max SDK version to <3.0.0 (flutter#61)
- Loading branch information
Showing
7 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 0.9.7+10 | ||
|
||
* Set max SDK version to `<3.0.0`, and adjust other dependencies. | ||
|
||
# 0.9.7+9 | ||
|
||
* Internal changes only. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
name: watcher | ||
version: 0.9.7+9 | ||
author: Dart Team <misc@dartlang.org> | ||
homepage: https://github.com/dart-lang/watcher | ||
version: 0.9.7+10 | ||
|
||
description: > | ||
A file system watcher. It monitors changes to contents of directories and | ||
sends notifications when files have been added, removed, or modified. | ||
author: Dart Team <misc@dartlang.org> | ||
homepage: https://github.com/dart-lang/watcher | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.61.0 <2.0.0' | ||
sdk: '>=2.0.0-dev.61.0 <3.0.0' | ||
|
||
dependencies: | ||
async: '>=1.10.0 <3.0.0' | ||
path: '>=0.9.0 <2.0.0' | ||
|
||
dev_dependencies: | ||
benchmark_harness: '^1.0.4' | ||
test: '^0.12.29' | ||
test_descriptor: '^1.0.0' | ||
benchmark_harness: ^1.0.4 | ||
test: '>=0.12.42 <2.0.0' | ||
test_descriptor: ^1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters