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.