only allow zerocopy v0.7.0
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2023-08-28 18:47:41 +02:00
parent 406d731bbe
commit 2ee3eee32e
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ crc = "3"
delegate = ">=0.8, <0.11"
[dependencies.zerocopy]
version = ">0.5, <=0.7"
version = "0.7"
features = ["derive"]
[dependencies.thiserror]