Skip to content

Commit

Permalink
Support Parsers 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Jul 30, 2021
1 parent a49e24b commit 807bc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JSON3"
uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
authors = ["Jacob Quinn <[email protected]>"]
version = "1.9.0"
version = "1.9.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -11,7 +11,7 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
Parsers = "0.3, 1"
Parsers = "0.3, 1, 2"
StructTypes = "1.5"
julia = "1"

Expand Down

2 comments on commit 807bc9b

@quinnj
Copy link
Owner Author

@quinnj quinnj commented on 807bc9b Jul 30, 2021

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 created: JuliaRegistries/General/41821

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.9.1 -m "<description of version>" 807bc9be86848b761a5f43d58c5b098d33ffc85b
git push origin v1.9.1

Please sign in to comment.