Skip to content

Commit

Permalink
Update compat section to meet release requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe authored Aug 1, 2021
1 parent 8e2c5e9 commit 0dcc84d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ HTTP = "^0.7.0, ^0.8.0, ^0.9.0"
JSON = "^0.20.0, ^0.21.0"
LibExpat = "^0.6.0"
LightGraphs = "^1.3.3"
CodecZlib = "^0.7.0"
ProtoBuf = "^0.11.0"
StableRNGs = "^1.0.0"
julia = "^1.3.0"

[extras]
Expand Down

2 comments on commit 0dcc84d

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on 0dcc84d Aug 1, 2021

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

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.2.4 -m "<description of version>" 0dcc84d021b2815e3c46ae8bab83ac58ce10193a
git push origin v0.2.4

Please sign in to comment.