Skip to content

Commit

Permalink
Use structpack on crates.io and Bump up vertion to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KOBA789 committed Aug 3, 2023
1 parent cf62a00 commit 5007d5f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 13 deletions.
26 changes: 19 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gaia-ccsds-c2a/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gaia-ccsds-c2a"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MPL-2.0"

Expand All @@ -15,5 +15,5 @@ modular-bitfield-msb = "0.11"
serde = { version = "1.0", features = ["derive"] }
zerocopy = "0.6"
tlmcmddb = "0.2.0"
structpack = { path = "../structpack" }
structpack = "0.5.0"
async-trait = "0.1"
2 changes: 1 addition & 1 deletion gaia-stub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gaia-stub"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MPL-2.0"

Expand Down
2 changes: 1 addition & 1 deletion gaia-tmtc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gaia-tmtc"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MPL-2.0"

Expand Down
4 changes: 2 additions & 2 deletions tmtc-c2a/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tmtc-c2a"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MPL-2.0"

Expand Down Expand Up @@ -30,7 +30,7 @@ tonic-web = "0.9"
sentry = { version = "0.31", default-features = false, features = ["backtrace", "contexts", "panic", "rustls", "reqwest"] }
sentry-tracing = "0.31"
tlmcmddb = "0.2.0"
structpack = { path = "../structpack" }
structpack = "0.5.0"
gaia-ccsds-c2a = { path = "../gaia-ccsds-c2a" }
gaia-tmtc = { path = "../gaia-tmtc" }
kble-socket = { version = "0.2.0", features = ["tungstenite"] }
Expand Down

0 comments on commit 5007d5f

Please sign in to comment.