Update Cargo.toml

This commit is contained in:
Lokathor 2020-08-27 21:39:14 -06:00
parent 09ab956bea
commit 6632bcef2c

View File

@ -19,7 +19,9 @@ zeroable_maybe_uninit = []
derive = ["bytemuck_derive"]
[dependencies]
bytemuck_derive = { version = "1", path = "derive", optional = true }
# use the upper line for testing against bytemuck_derive changes, if any
#bytemuck_derive = { version = "1.0.1-alpha.0", path = "derive", optional = true }
bytemuck_derive = { version = "1", optional = true }
[package.metadata.docs.rs]
all-features = true