From ceb0ab1243469bf99c290b4a318984fe10e03676 Mon Sep 17 00:00:00 2001 From: David Koloski Date: Sat, 18 Dec 2021 11:59:28 -0500 Subject: [PATCH] Update bytecheck dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb9fb9a..09381a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "crates-io.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bytecheck = { version = "0.6", optional = true, default-features = false } +bytecheck = { version = "~0.6.7", optional = true, default-features = false } [features] default = ["std"]