Skip to content

Commit

Permalink
Crafting 0.4.0, add deps for inbuilt pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe committed Oct 30, 2023
1 parent 6b37273 commit 94108ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ LibExpat = "^0.6.1"
Graphs = "^1.4.1"
ProtoBuf = "1"
StableRNGs = "^1.0.0"
julia = "^1.3.0"
julia = "^1.6.0"
Random = "^1.6.0"
Serialization = "^1.6.0"
SparseArrays = "^1.6.0"
Statistics = "^1.6.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 94108ae

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on 94108ae Oct 30, 2023

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

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.4.0 -m "<description of version>" 94108ae43876028aa8756cea08010794eb268886
git push origin v0.4.0

Please sign in to comment.