Skip to content

Commit

Permalink
re-inserted dependencies for Registrator
Browse files Browse the repository at this point in the history
  • Loading branch information
SBuercklin committed Jul 10, 2021
1 parent ababcb5 commit 132fd5d
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 @@ -11,6 +11,9 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
BlockArrays = "0.12, 0.14"
Distributions = "0.24, 0.25"
Parameters = "0.12"
julia = "^1.4"

[extras]
Expand Down

2 comments on commit 132fd5d

@SBuercklin
Copy link
Collaborator Author

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

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.1.3 -m "<description of version>" 132fd5d8fccd51d1c4cb18491b7f96a9a88ceacb
git push origin v0.1.3

Please sign in to comment.