mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-25 08:12:26 +00:00
update the optional derives to the released version
This commit is contained in:
parent
c171ac4f5b
commit
09ab956bea
@ -19,7 +19,7 @@ zeroable_maybe_uninit = []
|
|||||||
derive = ["bytemuck_derive"]
|
derive = ["bytemuck_derive"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytemuck_derive = { version = "1.0.0-alpha.2", path = "derive", optional = true }
|
bytemuck_derive = { version = "1", path = "derive", optional = true }
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
Loading…
Reference in New Issue
Block a user