From 0e65f1e64d529a733fcb35361260ec65945e10b3 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Thu, 19 Jan 2023 22:58:28 -0700 Subject: [PATCH] bump bytemuck_derive min version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0fc3a18..07027cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ nightly_portable_simd = [] nightly_stdsimd = [] [dependencies] -bytemuck_derive = { version = "1.2.1", path = "derive", optional = true } +bytemuck_derive = { version = "1.4", path = "derive", optional = true } [package.metadata.docs.rs] # Note(Lokathor): Don't use all-features or it would use `unsound_ptr_pod_impl` too.