Skip to content

Commit 4546f90

Browse files
authored
Raise minimum Julia version to 1.6
1 parent e86ce45 commit 4546f90

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- '1.0'
2019
- '1.6'
2120
- '1'
2221
- 'nightly'

Project.toml

Lines changed: 2 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.5.0"
3+
version = "1.6.0"
44

55
[deps]
66
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
@@ -20,7 +20,7 @@ Profile = "<0.0.1, 1"
2020
Statistics = "<0.0.1, 1"
2121
Test = "<0.0.1, 1"
2222
UUIDs = "<0.0.1, 1"
23-
julia = "1"
23+
julia = "1.6"
2424

2525
[extras]
2626
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

src/BenchmarkTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using Profile
1212
const BENCHMARKTOOLS_VERSION = if VERSION >= v"1.9"
1313
pkgversion(BenchmarkTools)
1414
else
15-
v"1.4.0"
15+
v"1.6.0"
1616
end
1717

1818
##############

0 commit comments

Comments
 (0)