Skip to content

Commit 89e4d45

Browse files
authored
Merge pull request #317 from arkedge/release-1.2.0
Release 1.2.0
2 parents 7f554f2 + 31c4264 commit 89e4d45

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ exclude = [
1818
]
1919

2020
[workspace.package]
21-
version = "1.1.1"
21+
version = "1.2.0"
2222
description = "A command and control system for C2A-based satellites"
2323
repository = "https://github.com/arkedge/gaia"
2424
license = "MPL-2.0"
2525

2626
[workspace.dependencies]
27-
structpack = "1.0"
28-
gaia-stub = "1.0"
29-
gaia-ccsds-c2a = "1.0"
30-
gaia-tmtc = "1.0"
31-
c2a-devtools-frontend = "1.0"
27+
structpack = "1.2"
28+
gaia-stub = "1.2"
29+
gaia-ccsds-c2a = "1.2"
30+
gaia-tmtc = "1.2"
31+
c2a-devtools-frontend = "1.2"

devtools-frontend/crates/Cargo.lock

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

devtools-frontend/crates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
]
77

88
[workspace.package]
9-
version = "1.1.1"
9+
version = "1.2.0"
1010
description = "A command and control system for C2A-based satellites"
1111
repository = "https://github.com/arkedge/gaia"
1212
license = "MPL-2.0"

0 commit comments

Comments
 (0)