-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Necessary version bump b/c bytes poor version mgmt
- Loading branch information
1 parent
f8e126a
commit ae0a9a0
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>"] | ||
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 | ||
|