You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "ANISE provides a toolkit and files for Attitude, Navigation, Instrument, Spacecraft, and Ephemeris data. It's a modern replacement of NAIF SPICE file."
@@ -27,14 +27,14 @@ exclude = [
27
27
]
28
28
29
29
[workspace.dependencies]
30
-
hifitime = "4.1.2"
30
+
hifitime = "4.1.3"
31
31
memmap2 = "0.9.4"
32
32
crc32fast = "1.4.2"
33
33
der = { version = "0.7.8", features = ["derive", "alloc", "real"] }
34
34
log = "0.4"
35
35
pretty_env_logger = "0.5"
36
36
tabled = "=0.20"
37
-
nalgebra = { version = "0.34", default-features = true, features = [
37
+
nalgebra = { version = "0.33", default-features = true, features = [
38
38
"serde-serialize",
39
39
] }
40
40
zerocopy = { version = "0.8.0", features = ["derive"] }
0 commit comments