mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 22:32:23 +00:00
Bump bytemuck_derive dependency to required version (#97)
This commit is contained in:
parent
73ae1ee89e
commit
26e1495d61
@ -30,7 +30,7 @@ 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.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