Skip to content

Commit

Permalink
Merge pull request #107 from arkedge/fix-workspace-deps
Browse files Browse the repository at this point in the history
Fix deps in workspace
  • Loading branch information
KOBA789 authored Mar 12, 2024
2 parents 97e2fe5 + b68dbd3 commit de5be72
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# for local testing
[patch.crates-io]
gaia-stub = { path = "gaia-stub" }
gaia-ccsds-c2a = { path = "gaia-ccsds-c2a" }
gaia-tmtc = { path = "gaia-tmtc" }
c2a-devtools-frontend = { path = "devtools-frontend" }
12 changes: 6 additions & 6 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ exclude = [
]

[workspace.package]
version = "0.7.0-beta.2"
version = "0.7.0-beta.3"
description = "A command and control system for C2A-based satellites"
repository = "https://github.com/arkedge/gaia"

[workspace.dependencies]
structpack = "0.6"

gaia-stub = { path = "gaia-stub" }
gaia-ccsds-c2a = { path = "gaia-ccsds-c2a" }
gaia-tmtc = { path = "gaia-tmtc" }
c2a-devtools-frontend = { path = "devtools-frontend" }
gaia-stub = "0.7.0-beta.3"
gaia-ccsds-c2a = "0.7.0-beta.3"
gaia-tmtc = "0.7.0-beta.3"
c2a-devtools-frontend = "0.7.0-beta.3"
2 changes: 1 addition & 1 deletion devtools-frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "c2a-devtools-frontend"
edition = "2021"
version = "0.7.0-beta.2"
version = "0.7.0-beta.3"
license = "MPL-2.0"
description = "C2A Devtools Frontend"
repository = "https://github.com/arkedge/gaia"
Expand Down

0 comments on commit de5be72

Please sign in to comment.