Skip to content

Commit

Permalink
Merge pull request #62 from arkedge/fix-internal-crate-ref-version
Browse files Browse the repository at this point in the history
Fix internal crate ref version
  • Loading branch information
sksat authored Jan 10, 2024
2 parents fe0d406 + 8d9068a commit 062d16e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ members = [
]

[workspace.package]
version = "0.6.0"
version = "0.6.1"

[workspace.dependencies]
structpack = "0.6"

gaia-stub = { path = "gaia-stub" }
gaia-ccsds-c2a = { path = "gaia-ccsds-c2a" }
gaia-tmtc = { path = "gaia-tmtc" }
2 changes: 1 addition & 1 deletion gaia-ccsds-c2a/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ modular-bitfield-msb = "0.11"
serde = { version = "1.0", features = ["derive"] }
zerocopy = "0.6"
tlmcmddb = "0.2.0"
structpack = "0.5.0"
structpack.workspace = true
async-trait = "0.1"
2 changes: 1 addition & 1 deletion gaia-tmtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ tokio = { version = "1", features = ["sync"] }
tokio-stream = { version = "0.1", features = ["sync"] }
tonic = "0.10"
prost-types = "0.12"
gaia-stub = { path = "../gaia-stub" }
gaia-stub.workspace = true
serde = { version = "1", features = ["derive"] }
6 changes: 3 additions & 3 deletions tmtc-c2a/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ mime_guess = "2.0.4"
sentry = { version = "0.31", default-features = false, features = ["backtrace", "contexts", "panic", "rustls", "reqwest"] }
sentry-tracing = "0.31"
tlmcmddb = "0.2.0"
structpack = "0.5.0"
gaia-ccsds-c2a = { path = "../gaia-ccsds-c2a" }
gaia-tmtc = { path = "../gaia-tmtc" }
structpack.workspace = true
gaia-ccsds-c2a.workspace = true
gaia-tmtc.workspace = true
kble-socket = { version = "0.2.0", features = ["tungstenite"] }
tokio-tungstenite = "0.18"
itertools = "0.11.0"
Expand Down

0 comments on commit 062d16e

Please sign in to comment.