Skip to content

Commit c4132f2

Browse files
authored
add support for JSON 1.0 (#5186)
1 parent 50ea05e commit c4132f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PlotsBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GR = "0.73"
8686
Gaston = "1"
8787
HDF5 = "0.17"
8888
JLFzf = "0.1"
89-
JSON = "0.21"
89+
JSON = "0.21, 1"
9090
LaTeXStrings = "1"
9191
Latexify = "0.16"
9292
Measures = "0.3"

PlotsBase/test/test_misc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# miscellaneous tests (not fitting into other test files)
22

33
@testset "Infrastructure" begin
4-
@test_nowarn JSON.Parser.parse(
4+
@test_nowarn JSON.parse(
55
String(read(joinpath(dirname(pathof(PlotsBase)), "..", "..", ".zenodo.json"))),
66
)
77
end

0 commit comments

Comments
 (0)