Skip to content

Commit 009a437

Browse files
Merge pull request #442 from nyx-space/prep-for-0.6.0
Update anise to 0.6.0
2 parents da87eec + 1802fdb commit 009a437

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["anise", "anise-cli", "anise-gui", "anise-py", "anise/fuzz"]
44

55
[workspace.package]
6-
version = "0.5.4"
6+
version = "0.6.0"
77
edition = "2021"
88
authors = ["Christopher Rabotin <christopher.rabotin@gmail.com>"]
99
description = "ANISE provides a toolkit and files for Attitude, Navigation, Instrument, Spacecraft, and Ephemeris data. It's a modern replacement of NAIF SPICE file."
@@ -45,7 +45,7 @@ pyo3-log = "0.12"
4545
numpy = "0.25"
4646
ndarray = ">= 0.15, < 0.17"
4747

48-
anise = { version = "0.5.4", path = "anise", default-features = false }
48+
anise = { version = "0.6.0", path = "anise", default-features = false }
4949

5050
[profile.bench]
5151
debug = true

anise/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ bytes = { workspace = true }
2424
snafu = { workspace = true }
2525
const_format = "0.2"
2626
heapless = "0.8.0"
27+
serde = "1"
28+
serde_derive = "1"
29+
tabled = { workspace = true }
2730
# Optional dependencies follow
2831
pyo3 = { workspace = true, optional = true }
2932
pyo3-log = { workspace = true, optional = true }
3033
numpy = { workspace = true, optional = true }
3134
ndarray = { workspace = true, optional = true }
3235
url = { version = "2.5.0", optional = true }
33-
serde = "1"
34-
serde_derive = "1"
3536
serde_dhall = { version = "0.12", optional = true, default-features = false }
3637
ureq = { version = "3.0.10", default-features = false, optional = true, features = [
3738
"rustls",
3839
] }
3940
platform-dirs = { version = "0.3.0", optional = true }
40-
tabled = { workspace = true }
4141
rust-embed = { version = "8.4.0", features = [
4242
"interpolate-folder-path",
4343
"include-exclude",

0 commit comments

Comments
 (0)