Skip to content

Commit

Permalink
temporarily update sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrolho committed Nov 20, 2024
1 parent 7a4e658 commit ccb319e
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 @@ -22,6 +22,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[sources]
MeshCatMechanisms = {rev = "hf/upstream-changes", url = "https://github.com/ferrolho/MeshCatMechanisms.jl"}

[compat]
Colors = "0.12, 0.13"
ForwardDiff = "0.10"
Expand Down

2 comments on commit ccb319e

@ferrolho
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
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/119797

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.3.0 -m "<description of version>" ccb319e2a73af943cb3ee2c4a6605a4022ea1e3e
git push origin v0.3.0

Please sign in to comment.