the check finally works again
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
This commit is contained in:
parent
5a55993452
commit
bd6e1637e4
@ -73,10 +73,10 @@ features = ["all"]
|
|||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.spacepackets]
|
[dependencies.spacepackets]
|
||||||
# version = "0.7.0-beta.2"
|
version = "0.7.0-beta.3"
|
||||||
default-features = false
|
default-features = false
|
||||||
git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
|
# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
|
||||||
rev = "297cfad22637d3b07a1b27abe56d9a607b5b82a7"
|
# rev = "297cfad22637d3b07a1b27abe56d9a607b5b82a7"
|
||||||
|
|
||||||
[dependencies.cobs]
|
[dependencies.cobs]
|
||||||
git = "https://github.com/robamu/cobs.rs.git"
|
git = "https://github.com/robamu/cobs.rs.git"
|
||||||
|
@ -23,5 +23,5 @@ thiserror = "1"
|
|||||||
path = "../satrs-core"
|
path = "../satrs-core"
|
||||||
|
|
||||||
[dependencies.satrs-mib]
|
[dependencies.satrs-mib]
|
||||||
version = "0.1.0-alpha.1"
|
# version = "0.1.0-alpha.1"
|
||||||
# path = "../satrs-mib"
|
path = "../satrs-mib"
|
||||||
|
@ -2,7 +2,7 @@ use satrs_core::pus::verification::RequestId;
|
|||||||
use satrs_core::spacepackets::ecss::tc::PusTcCreator;
|
use satrs_core::spacepackets::ecss::tc::PusTcCreator;
|
||||||
use satrs_core::spacepackets::ecss::tm::PusTmReader;
|
use satrs_core::spacepackets::ecss::tm::PusTmReader;
|
||||||
use satrs_core::{
|
use satrs_core::{
|
||||||
spacepackets::ecss::{PusPacket, SerializablePusPacket},
|
spacepackets::ecss::{PusPacket, WritablePusPacket},
|
||||||
spacepackets::SpHeader,
|
spacepackets::SpHeader,
|
||||||
};
|
};
|
||||||
use satrs_example::{OBSW_SERVER_ADDR, SERVER_PORT};
|
use satrs_example::{OBSW_SERVER_ADDR, SERVER_PORT};
|
||||||
|
@ -466,7 +466,7 @@ fn main() {
|
|||||||
let pus_tm = PusTmCreator::new(
|
let pus_tm = PusTmCreator::new(
|
||||||
&mut sp_header,
|
&mut sp_header,
|
||||||
sec_header,
|
sec_header,
|
||||||
Some(&buf),
|
&buf,
|
||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
let addr = aocs_tm_store
|
let addr = aocs_tm_store
|
||||||
|
@ -23,7 +23,8 @@ version = "1"
|
|||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.satrs-core]
|
[dependencies.satrs-core]
|
||||||
version = "0.1.0-alpha.1"
|
path = "../satrs-core"
|
||||||
|
# version = "0.1.0-alpha.1"
|
||||||
# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git"
|
# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git"
|
||||||
# branch = "main"
|
# branch = "main"
|
||||||
# rev = "35e1f7a983f6535c5571186e361fe101d4306b89"
|
# rev = "35e1f7a983f6535c5571186e361fe101d4306b89"
|
||||||
|
@ -20,7 +20,8 @@ quote = "1"
|
|||||||
proc-macro2 = "1"
|
proc-macro2 = "1"
|
||||||
|
|
||||||
[dependencies.satrs-core]
|
[dependencies.satrs-core]
|
||||||
version = "0.1.0-alpha.1"
|
path = "../../satrs-core"
|
||||||
|
# version = "0.1.0-alpha.1"
|
||||||
# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git"
|
# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git"
|
||||||
# branch = "main"
|
# branch = "main"
|
||||||
# rev = "35e1f7a983f6535c5571186e361fe101d4306b89"
|
# rev = "35e1f7a983f6535c5571186e361fe101d4306b89"
|
||||||
|
Loading…
Reference in New Issue
Block a user