Skip to content

Commit 255854d

Browse files
authored
Bump version to 1.4.0 (#346)
* Bump version to 1.4.0 * Appease new Aqua compat checks
1 parent 9c4d28d commit 255854d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Project.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BenchmarkTools"
22
uuid = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
3-
version = "1.3.2"
3+
version = "1.4.0"
44

55
[deps]
66
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
@@ -11,8 +11,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1111
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1212

1313
[compat]
14+
Aqua = "0.8"
1415
JSON = "0.18, 0.19, 0.20, 0.21"
15-
Statistics = "1"
16+
JuliaFormatter = "1"
17+
Logging = "<0.0.1, 1"
18+
Printf = "<0.0.1, 1"
19+
Profile = "<0.0.1, 1"
20+
Statistics = "<0.0.1, 1"
21+
Test = "<0.0.1, 1"
22+
UUIDs = "<0.0.1, 1"
1623
julia = "1"
1724

1825
[extras]

0 commit comments

Comments
 (0)