Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit 283164a

Browse files
authored
Merge pull request #12 from dart-lang/update-test
Support test 1.x.x
2 parents ac38c75 + 619522d commit 283164a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.buildlog
22
.DS_Store
33
.idea
4-
.pub/
54
.settings/
65
build/
76
packages
87
.packages
98
pubspec.lock
9+
.dart_tool/

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.3
2+
3+
* Support test `1.x.x`.
4+
15
## 1.0.2
26

37
* Update SDK version to 2.0.0-dev.17.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
async: ">=1.12.0 <3.0.0"
1212
meta: ">=0.9.0 <2.0.0"
1313
path: "^1.0.0"
14-
test: "^0.12.19"
14+
test: ">=0.12.19 <2.0.0"
1515

1616
dev_dependencies:
1717
test_descriptor: "^1.0.0"

0 commit comments

Comments
 (0)