fix spacepackets no_std build
Rust/spacepackets/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-02-05 01:15:34 +01:00
parent 7aa3432f16
commit 0f6595afd7
No known key found for this signature in database
GPG Key ID: BE6480244DFE612C
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@ categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-sup
zerocopy = "0.6"
crc = "3"
delegate = ">=0.8, <0.10"
num_enum = "0.5"
[dependencies.num_enum]
version = "0.5"
default-features = false
[dependencies.serde]
version = "1"