Skip to content

Commit

Permalink
manifest fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Aug 19, 2024
1 parent 735495f commit 67e307a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.3"
manifest_format = "2.0"
project_hash = "8f699eaced2984284612f4735ecfb535e1c71437"
project_hash = "ace2e1df9d9dbcf666fc13e87dfbf3d8881dd7d1"

[[deps.ADTypes]]
git-tree-sha1 = "99a6f5d0ce1c7c6afdb759daa30226f71c54f6b0"
Expand Down
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
TrajectoryIndexingUtils = "6dad8b7f-dd9a-4c28-9b70-85b9a079bfc8"

[compat]
BenchmarkTools = "1.3"
BenchmarkTools = "1.5"
CairoMakie = "0.10, 0.11, 0.12"
Distributions = "0.25"
Distributions = "0.25"
Einsum = "0.4"
ExponentialAction = "0.2"
ForwardDiff = "0.10"
IJulia = "1.24"
Ipopt = "1.4"
IJulia = "1.25"
Ipopt = "1.6"
JLD2 = "0.4"
MathOptInterface = "1.20"
MathOptInterface = "1.31"
NamedTrajectories = "0.2.0"
ProgressMeter = "1.10"
Reexport = "1.2"
Symbolics = "≥5.17"
Symbolics = "6.2"
TestItemRunner = "0.2"
TestItems = "0.1"
TrajectoryIndexingUtils = "0.1"
Expand Down

2 comments on commit 67e307a

@aarontrowbridge
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/113449

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.2.0 -m "<description of version>" 67e307a740436931af1dc1f3487e80573691eff5
git push origin v0.2.0

Please sign in to comment.