From ae0a9a0c0ebfed2bde25cb95f5c4024febdfd55d Mon Sep 17 00:00:00 2001 From: Christopher Rabotin Date: Sun, 14 Jul 2024 13:05:21 -0600 Subject: [PATCH] Necessary version bump b/c bytes poor version mgmt --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1d5b780d..11362195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["anise", "anise-cli", "anise-gui", "anise-py"] [workspace.package] -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Christopher Rabotin "] description = "ANISE provides a toolkit and files for Attitude, Navigation, Instrument, Spacecraft, and Ephemeris data. It's a modern replacement of NAIF SPICE file." @@ -50,7 +50,7 @@ serde = "1" serde_derive = "1" serde_dhall = "0.12" -anise = { version = "0.4.1", path = "anise", default-features = false } +anise = { version = "0.4.2", path = "anise", default-features = false } [profile.bench] debug = true