crc dependency is mandatory
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2023-08-16 19:53:29 +02:00
parent a0f2d858ce
commit 143b0869a4
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -26,7 +26,6 @@ default-features = false
[dependencies.crc]
version = "3"
optional = true
[dependencies.dyn-clone]
version = "1"
@ -96,7 +95,6 @@ std = [
"spacepackets/std",
"num_enum/std",
"thiserror",
"crc"
]
alloc = [
"serde/alloc",