Skip to content

Commit 5baaae8

Browse files
authored
Declare support for async 2.0.0. (#1709)
1 parent a266943 commit 5baaae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/barback.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ final pubConstraints = {
4040
"barback": new VersionConstraint.parse(">=0.15.0 <0.15.3") as VersionRange,
4141
"source_span": new VersionConstraint.parse(">=1.0.0 <2.0.0") as VersionRange,
4242
"stack_trace": new VersionConstraint.parse(">=0.9.1 <2.0.0") as VersionRange,
43-
"async": new VersionConstraint.parse(">=1.8.0 <2.0.0") as VersionRange
43+
"async": new VersionConstraint.parse(">=1.8.0 <3.0.0") as VersionRange
4444
};
4545

4646
/// Converts [id] to a "package:" URI.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
# will be hosted dependencies.
99
analyzer: ">=0.25.0 <0.31.0"
1010
args: ">=0.13.5 <2.0.0"
11-
async: "^1.12.0"
11+
async: ">=1.12.0 <3.0.0"
1212
barback: "^0.15.2"
1313
bazel_worker: "^0.1.4"
1414
cli_util: "^0.1.0"

0 commit comments

Comments
 (0)