Skip to content

Commit

Permalink
Add compat for JSON and StructTypes (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
racinmat authored Sep 20, 2021
1 parent fd39a97 commit 6546262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"

[compat]
JSON3 = "1"
StructTypes = "1"
julia = "1"

[extras]
Expand Down

2 comments on commit 6546262

@fredrikekre
Copy link
Member

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/44964

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 v1.0.0 -m "<description of version>" 65462626fc5eda02b7acde5f1406354995d8b58c
git push origin v1.0.0

Please sign in to comment.