diff --git a/Cargo.toml b/Cargo.toml index 589bdb6..fd21d59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]