Skip to content

Commit

Permalink
Update anise requirement from =0.4.2 to =0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [anise](https://github.com/nyx-space/anise) to permit the latest version.
- [Release notes](https://github.com/nyx-space/anise/releases)
- [Commits](nyx-space/anise@0.4.2...0.5.0)

---
updated-dependencies:
- dependency-name: anise
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent fcef377 commit 71698fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ polyfit-rs = "0.2"
nalgebra = "=0.32.3"
itertools = "0.13.0"
nyx-space = "2.0.0-rc"
anise = { version = "=0.4.2", features = ["embed_ephem"] }
anise = { version = "=0.5.0", features = ["embed_ephem"] }
hifitime = { version = "4.0.0-beta", features = ["std"] }
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }

Expand Down

0 comments on commit 71698fb

Please sign in to comment.