Skip to content

Commit 9a90d07

Browse files
committed
bump BenchmarkTools to 1.0
1 parent 6d8f02c commit 9a90d07

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
version:
1818
- '1.0'
1919
- '1.5'
20+
- '1.6'
2021
- 'nightly'
2122
os:
2223
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BenchmarkTools"
22
uuid = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
3-
version = "0.7.0"
3+
version = "1.0.0"
44

55
[deps]
66
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"

src/BenchmarkTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using UUIDs: uuid4
99
using Printf
1010

1111

12-
const BENCHMARKTOOLS_VERSION = v"0.7.0"
12+
const BENCHMARKTOOLS_VERSION = v"1.0.0"
1313

1414
##############
1515
# Parameters #

0 commit comments

Comments
 (0)