of course forgot something important
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
bbe19eac4e
commit
21152719ca
@ -23,7 +23,8 @@ version = "1"
|
||||
optional = true
|
||||
|
||||
[dependencies.satrs-shared]
|
||||
version = "0.1.0"
|
||||
# version = "0.1.0"
|
||||
path = "../satrs-shared"
|
||||
features = ["serde"]
|
||||
|
||||
[dependencies.satrs-mib-codegen]
|
||||
|
@ -1,2 +1,3 @@
|
||||
//! This library contains modules shared amongst various sat-rs framework crates.
|
||||
#![no_std]
|
||||
pub mod res_code;
|
||||
|
@ -71,10 +71,11 @@ features = ["all"]
|
||||
optional = true
|
||||
|
||||
[dependencies.satrs-shared]
|
||||
version = "0.1.0"
|
||||
# version = "0.1.0"
|
||||
path = "../satrs-shared"
|
||||
|
||||
[dependencies.spacepackets]
|
||||
version = "0.9.0"
|
||||
version = "0.9"
|
||||
default-features = false
|
||||
|
||||
[dependencies.cobs]
|
||||
|
Loading…
Reference in New Issue
Block a user