mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 22:32:23 +00:00
back to the correct derive dependency line
This commit is contained in:
parent
d8215fb95a
commit
950ae43012
@ -29,8 +29,8 @@ nightly_portable_simd = []
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# use the upper line for testing against bytemuck_derive changes, if any
|
# use the upper line for testing against bytemuck_derive changes, if any
|
||||||
bytemuck_derive = { path = "./derive", optional = true }
|
#bytemuck_derive = { path = "./derive", optional = true }
|
||||||
# bytemuck_derive = { version = "1", optional = true }
|
bytemuck_derive = { version = "1", optional = true }
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
# Note(Lokathor): Don't use all-feautures or it would use `unsound_ptr_pod_impl` too.
|
# Note(Lokathor): Don't use all-feautures or it would use `unsound_ptr_pod_impl` too.
|
||||||
|
Loading…
Reference in New Issue
Block a user