Skip to content

Commit

Permalink
add compat for JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner authored Jun 26, 2023
1 parent 89d5a56 commit 3b3ecaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"

[compat]
JLD2 = "0.4.31"
JSON = "0.21.4"
Jutul = "0.2.10"
MAT = "0.10.4"
Polynomials = "3.2.11"
Expand Down

2 comments on commit 3b3ecaa

@moyner
Copy link
Member Author

@moyner moyner commented on 3b3ecaa Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/86285

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 3b3ecaad4adfa6d4bf781608053b7c7c05d54caa
git push origin v0.1.1

Please sign in to comment.