There are conflicting versions in the `Cargo.toml` here https://github.com/blacksky-algorithms/rsky/blob/902f5cc0166375fb298a01e73573a7e27b833a39/rsky-pds/Cargo.toml#L3 and https://github.com/blacksky-algorithms/rsky/blob/902f5cc0166375fb298a01e73573a7e27b833a39/rsky-pds/src/lib.rs#L137 Perhaps `env!("CARGO_VERSION")` would be better?; unless theres a need to override `VERSION` easily?
There are conflicting versions in the
Cargo.tomlherersky/rsky-pds/Cargo.toml
Line 3 in 902f5cc
rsky/rsky-pds/src/lib.rs
Line 137 in 902f5cc
Perhaps
env!("CARGO_VERSION")would be better?; unless theres a need to overrideVERSIONeasily?