From e64d9e10ac5a8cd2d0f2cb3e21fe4e0ba237d88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sun, 9 Jul 2023 11:14:23 +0200 Subject: [PATCH] chore: switch to bytecheck v0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfdc0250e..a120dc5f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ rand_distr = { version = "0.4", default-features = false, optional = true } matrixmultiply = { version = "0.3", optional = true } serde = { version = "1.0", default-features = false, features = [ "derive" ], optional = true } rkyv = { version = "0.7", default-features = false, optional = true } -bytecheck = { version = "~0.6.1", optional = true } +bytecheck = { version = "0.7", optional = true } mint = { version = "0.5", optional = true } quickcheck = { version = "1", optional = true } pest = { version = "2", optional = true }