Bump bytemuck_derive dependency to required version (#97)

This commit is contained in:
Justin Starry 2022-04-02 01:55:28 +08:00 committed by GitHub
parent 73ae1ee89e
commit 26e1495d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ nightly_portable_simd = []
[dependencies]
# use the upper line for testing against bytemuck_derive changes, if any
#bytemuck_derive = { path = "./derive", optional = true }
bytemuck_derive = { version = "1", optional = true }
bytemuck_derive = { version = "1.1", optional = true }
[package.metadata.docs.rs]
# Note(Lokathor): Don't use all-feautures or it would use `unsound_ptr_pod_impl` too.