From 06520a94092e16941f6bf1576b2c56b97ae408c6 Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Thu, 22 Feb 2024 12:24:40 +0100 Subject: [PATCH] Update zerocopy to 0.7 This PR updates rand-distr to 0.7 in order to be able to get sled as a rust package in Fedora Signed-off-by: Daniel Mellado Signed-off-by: Daniel Mellado --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28a33ae7c..aba2dfeda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ rand_distr = "0.3" quickcheck = "0.9" log = "0.4.14" env_logger = "0.9.0" -zerocopy = "0.6.0" +zerocopy = "0.7.0" byteorder = "1.4.3" [[test]]