Skip to content

Commit

Permalink
Merge pull request #280 from nyx-space/279-anise-04x-requires-bytes-1…
Browse files Browse the repository at this point in the history
…60-which-has-been-yanked

Version bump for `bytes` 1.6.1 versioning bug
  • Loading branch information
ChristopherRabotin authored Jul 14, 2024
2 parents c69cc7d + ae0a9a0 commit 83c2487
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -27,19 +27,19 @@ exclude = [

[workspace.dependencies]
hifitime = "4.0.0-alpha"
memmap2 = "=0.9.4"
crc32fast = "=1.4.2"
memmap2 = "0.9.4"
crc32fast = "1.4.2"
der = { version = "0.7.8", features = ["derive", "alloc", "real"] }
log = "=0.4"
pretty_env_logger = "=0.5"
log = "0.4"
pretty_env_logger = "0.5"
tabled = "=0.15"
const_format = "0.2"
nalgebra = { version = "0.32", default-features = true, features = [
"serde-serialize",
] }
approx = "=0.5.1"
approx = "0.5.1"
zerocopy = { version = "0.7.26", features = ["derive"] }
bytes = "=1.6.0"
bytes = "1.6.0"
snafu = { version = "0.8.0", features = ["backtrace"] }
lexical-core = "0.8.5"
heapless = "0.8.0"
Expand All @@ -50,7 +50,7 @@ serde = "1"
serde_derive = "1"
serde_dhall = "0.12"

anise = { version = "0.4.0", path = "anise", default-features = false }
anise = { version = "0.4.2", path = "anise", default-features = false }

[profile.bench]
debug = true
Expand Down

0 comments on commit 83c2487

Please sign in to comment.