Skip to content

Commit 9a66a46

Browse files
authored
bump version and jet whitelist (#174)
1 parent 73bac88 commit 9a66a46

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
@@ -1,6 +1,6 @@
11
name = "QuantumOpticsBase"
22
uuid = "4f57444f-1401-5e15-980d-4471b28d5678"
3-
version = "0.5.2"
3+
version = "0.5.3"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

test/test_jet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using LinearAlgebra, LRUCache, Strided, StridedViews, Dates, SparseArrays, Rando
3535
AnyFrameModule(RandomMatrices))
3636
)
3737
@show rep
38-
@test length(JET.get_reports(rep)) <= 28
38+
@test length(JET.get_reports(rep)) <= 29
3939
@test_broken length(JET.get_reports(rep)) == 0
4040
end
4141
end # testset

0 commit comments

Comments
 (0)