Skip to content

Commit

Permalink
Merge pull request #173 from arkedge/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
KOBA789 authored Apr 19, 2024
2 parents e36f1a3 + 722858a commit 841ad40
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 35 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# for local testing
[patch.crates-io]
structpack = { path = "structpack" }
gaia-stub = { path = "gaia-stub" }
gaia-ccsds-c2a = { path = "gaia-ccsds-c2a" }
gaia-tmtc = { path = "gaia-tmtc" }
Expand Down
30 changes: 9 additions & 21 deletions Cargo.lock

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

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

[workspace.package]
version = "0.7.0"
version = "1.0.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.7"

gaia-stub = "0.7"
gaia-ccsds-c2a = "0.7"
gaia-tmtc = "0.7"
c2a-devtools-frontend = "0.7"
structpack = "1.0"
gaia-stub = "1.0"
gaia-ccsds-c2a = "1.0"
gaia-tmtc = "1.0"
c2a-devtools-frontend = "1.0"
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.3.0", features = ["interpolate-folder-path", "debug-embed"] }
opslang-wasm = { path = "crates/opslang-wasm", version = "0.7" }
opslang-wasm = { path = "crates/opslang-wasm", version = "1.0" }
14 changes: 9 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"
version = "1.0.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 841ad40

Please sign in to comment.