Skip to content

Commit 2da9da4

Browse files
Merge pull request #295 from matte1/matte1/serde_dhall_fix
Change serde_dhall to be under the metaload feature
2 parents 3eab6eb + 732580f commit 2da9da4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

anise/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pyo3-log = { workspace = true, optional = true }
2929
url = { version = "2.5.0", optional = true }
3030
serde = { workspace = true }
3131
serde_derive = { workspace = true }
32-
serde_dhall = { workspace = true }
32+
serde_dhall = { version = "0.12", optional = true }
3333
reqwest = { version = "0.12.0", optional = true, features = ["blocking"] }
3434
platform-dirs = { version = "0.3.0", optional = true }
3535
tabled = { workspace = true }
@@ -57,8 +57,8 @@ default = ["metaload"]
5757
# Enabling this flag significantly increases compilation times due to Arrow and Polars.
5858
spkezr_validation = []
5959
python = ["pyo3", "pyo3-log"]
60-
metaload = ["url", "reqwest/blocking", "platform-dirs", "regex"]
61-
embed_ephem = ["rust-embed"]
60+
metaload = ["url", "reqwest/blocking", "platform-dirs", "regex", "serde_dhall"]
61+
embed_ephem = ["rust-embed", "reqwest/blocking"]
6262

6363
[[bench]]
6464
name = "iai_jpl_ephemerides"

0 commit comments

Comments
 (0)