Skip to content

Commit 912b679

Browse files
authored
Merge pull request #492 from jariji/upgrade-json-jl
Allow JSON.jl v1
2 parents d5e93df + 6596777 commit 912b679

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Release notes for Weave.jl
22

3+
### Unreleased
4+
5+
improvements:
6+
- allow JSON.jl v1
7+
38
### v0.10.6 – 2020/10/03
49

510
improvements:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
1919

2020
[compat]
2121
Highlights = "0.3.1, 0.4, 0.5"
22-
JSON = "0.21"
22+
JSON = "0.21, 1"
2323
Mustache = "0.4.1, 0.5, 1"
2424
Plots = "0.28, 0.29, 1.0"
2525
RelocatableFolders = "0.1,0.2,0.3,1"

0 commit comments

Comments
 (0)