File tree 4 files changed +9
-10
lines changed 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 47
47
matrix :
48
48
# Add macos-latest and/or windows-latest if relevant for this package.
49
49
os : [ubuntu-latest]
50
- sdk : [2.19.0 , dev]
50
+ sdk : [3.2 , dev]
51
51
steps :
52
52
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
53
53
- uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
Original file line number Diff line number Diff line change
1
+ ## 2.2.3-wip
2
+
3
+ - Require Dart 3.2.
4
+
1
5
## 2.2.2
2
6
3
7
- Added package topics to the pubspec file.
Original file line number Diff line number Diff line change @@ -7,14 +7,9 @@ analyzer:
7
7
8
8
linter :
9
9
rules :
10
- - avoid_returning_null
11
- - avoid_returning_null_for_future
12
10
- avoid_unused_constructor_parameters
13
11
- cancel_subscriptions
14
- - comment_references
15
12
- literal_only_boolean_expressions
16
13
- no_adjacent_strings_in_list
17
14
- package_api_docs
18
- - prefer_const_constructors
19
- - test_types_in_equals
20
15
- unnecessary_await_in_return
Original file line number Diff line number Diff line change 1
1
name : benchmark_harness
2
- version : 2.2.2
2
+ version : 2.2.3-wip
3
3
description : The official Dart project benchmark harness.
4
4
repository : https://github.com/dart-lang/benchmark_harness
5
5
6
6
topics :
7
7
- benchmarking
8
8
9
9
environment :
10
- sdk : ' >=2.19.0 <3.0.0 '
10
+ sdk : ^3.2.0
11
11
12
12
dev_dependencies :
13
13
build_runner : ^2.0.0
14
- build_web_compilers : ^3 .0.0
15
- dart_flutter_team_lints : ^1 .0.0
14
+ build_web_compilers : ^4 .0.0
15
+ dart_flutter_team_lints : ^2 .0.0
16
16
path : ^1.8.0
17
17
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments