back to the correct derive dependency line

This commit is contained in:
Lokathor 2022-03-29 23:13:34 -06:00
parent d8215fb95a
commit 950ae43012

View File

@ -29,8 +29,8 @@ 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 = { path = "./derive", optional = true }
bytemuck_derive = { version = "1", optional = true }
[package.metadata.docs.rs]
# Note(Lokathor): Don't use all-feautures or it would use `unsound_ptr_pod_impl` too.