Skip to content

Commit

Permalink
Merge pull request #139 from arkedge/release-0.7.0
Browse files Browse the repository at this point in the history
Release v0.7.0
  • Loading branch information
KOBA789 authored Apr 19, 2024
2 parents 4d63e46 + b82faee commit b8b0577
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 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,15 +18,15 @@ exclude = [
]

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

[workspace.dependencies]
structpack = "0.6"

gaia-stub = "0.7.0-beta.5"
gaia-ccsds-c2a = "0.7.0-beta.5"
gaia-tmtc = "0.7.0-beta.5"
c2a-devtools-frontend = "0.7.0-beta.5"
gaia-stub = "0.7"
gaia-ccsds-c2a = "0.7"
gaia-tmtc = "0.7"
c2a-devtools-frontend = "0.7"
2 changes: 1 addition & 1 deletion devtools-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"

[dependencies]
rust-embed = { version = "8.0.0", features = ["interpolate-folder-path", "debug-embed"] }
opslang-wasm = { path = "crates/opslang-wasm", version = "0.7.0-beta.5" }
opslang-wasm = { path = "crates/opslang-wasm", version = "0.7" }
10 changes: 5 additions & 5 deletions devtools-frontend/crates/Cargo.lock

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

2 changes: 1 addition & 1 deletion devtools-frontend/crates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.7.0-beta.5"
version = "0.7.0"
description = "A command and control system for C2A-based satellites"
repository = "https://github.com/arkedge/gaia"
license = "MPL-2.0"
Expand Down

0 comments on commit b8b0577

Please sign in to comment.