allow minor release bump for serde and crc dependency
Rust/spacepackets/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-01-09 23:49:17 +01:00
parent 2e90cba5bd
commit c748657499
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-sup
[dependencies]
zerocopy = "0.6"
crc = "3.0"
crc = "3"
delegate = "0.8"
[dependencies.serde]
version = "1.0"
version = "1"
optional = true
default-features = false
features = ["derive"]