Skip to content

Commit

Permalink
add restriction for JSON3
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Oct 23, 2020
1 parent c9352c3 commit 25020be
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 @@ -23,6 +23,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
CSV = "~0.7"
DataFrames = "~0.21"
DocStringExtensions = "~0.8.2"
JSON3 = "~1.4"
InfrastructureSystems = "1"
NLsolve = "4"
TimeSeries = "~0.19"
Expand Down

2 comments on commit 25020be

@jd-lara
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/23542

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>" 25020be9668c820c0fd8942d34cea7f0ea199b05
git push origin v1.0.0

Please sign in to comment.