bump bytemuck_derive min version.

This commit is contained in:
Lokathor 2023-01-19 22:58:28 -07:00
parent 2bcc0ef6de
commit 0e65f1e64d

View File

@ -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.