Skip to content

Commit 1b02997

Browse files
committed
Bump LinuxPerf
1 parent 299ac0a commit 1b02997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Statistics = "<0.0.1, 1"
2323
Test = "<0.0.1, 1"
2424
UUIDs = "<0.0.1, 1"
2525
Random = "<0.0.1, 1"
26-
LinuxPerf = "= 0.3.7"
26+
LinuxPerf = "= 0.3.8"
2727
julia = "1"
2828

2929
[extras]

src/BenchmarkTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121
const LINUXPERF_VERSION = if VERSION >= v"1.9"
2222
pkgversion(LinuxPerf)
2323
else
24-
v"0.3.7"
24+
v"0.3.8"
2525
end
2626

2727
##############

0 commit comments

Comments
 (0)