Skip to content

Commit 5007d5f

Browse files
committed
Use structpack on crates.io and Bump up vertion to v0.5.0
1 parent cf62a00 commit 5007d5f

File tree

5 files changed

+25
-13
lines changed

5 files changed

+25
-13
lines changed

Cargo.lock

Lines changed: 19 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gaia-ccsds-c2a/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gaia-ccsds-c2a"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
license = "MPL-2.0"
66

@@ -15,5 +15,5 @@ modular-bitfield-msb = "0.11"
1515
serde = { version = "1.0", features = ["derive"] }
1616
zerocopy = "0.6"
1717
tlmcmddb = "0.2.0"
18-
structpack = { path = "../structpack" }
18+
structpack = "0.5.0"
1919
async-trait = "0.1"

gaia-stub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gaia-stub"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
license = "MPL-2.0"
66

gaia-tmtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gaia-tmtc"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
license = "MPL-2.0"
66

tmtc-c2a/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmtc-c2a"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
license = "MPL-2.0"
66

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

0 commit comments

Comments
 (0)