allow minor release bump for serde and crc dependency
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

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

View File

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