From 50f8a6d53babd0453f7e77f01cf801b78a39a0a8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Feb 2024 15:00:45 +0100 Subject: [PATCH] use released satrs-shared version --- satrs-mib/Cargo.toml | 11 ++--------- satrs-mib/codegen/Cargo.toml | 9 ++------- satrs/Cargo.toml | 9 +++------ 3 files changed, 7 insertions(+), 22 deletions(-) diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index e0d69e4..2899919 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -23,19 +23,12 @@ version = "1" optional = true [dependencies.satrs-shared] -path = "../satrs-shared" +version = "0.1.0" features = ["serde"] -# [dependencies.satrs-core] -# version = "0.1.0-alpha.3" -# path = "../satrs-core" -# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" -# branch = "main" -# rev = "35e1f7a983f6535c5571186e361fe101d4306b89" - [dependencies.satrs-mib-codegen] path = "codegen" -version = "0.1.0-alpha.2" +version = "0.1.0" [dependencies.serde] version = "1" diff --git a/satrs-mib/codegen/Cargo.toml b/satrs-mib/codegen/Cargo.toml index e9d439f..5b6f941 100644 --- a/satrs-mib/codegen/Cargo.toml +++ b/satrs-mib/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satrs-mib-codegen" -version = "0.1.0-alpha.2" +version = "0.1.0" edition = "2021" description = "satrs-mib proc macro implementation" homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" @@ -31,9 +31,4 @@ trybuild = { version = "1", features = ["diff"] } path = ".." [dev-dependencies.satrs-shared] -# version = "0.1.0-alpha.3" -path = "../../satrs-shared" -# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" -# branch = "main" -# rev = "35e1f7a983f6535c5571186e361fe101d4306b89" - +version = "0.1.0" diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index e5e7bae..565e10c 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satrs" -version = "0.1.0-alpha.0" +version = "0.1.0" edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "] @@ -9,8 +9,8 @@ homepage = "https://absatsw.uni-stuttgart.de/projects/sat-rs" repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" license = "Apache-2.0" keywords = ["no-std", "space", "aerospace"] -categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-support", "embedded"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-support", "embedded"] [dependencies] delegate = ">0.7, <=0.10" @@ -71,14 +71,11 @@ features = ["all"] optional = true [dependencies.satrs-shared] -path = "../satrs-shared" +version = "0.1.0" [dependencies.spacepackets] version = "0.9.0" default-features = false -# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" -# rev = "297cfad22637d3b07a1b27abe56d9a607b5b82a7" -# branch = "main" [dependencies.cobs] git = "https://github.com/robamu/cobs.rs.git"