update the optional derives to the released version

This commit is contained in:
Lokathor 2020-08-27 21:37:08 -06:00
parent c171ac4f5b
commit 09ab956bea

View File

@ -19,7 +19,7 @@ zeroable_maybe_uninit = []
derive = ["bytemuck_derive"]
[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]
all-features = true