mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 14:22:26 +00:00
Update Cargo.toml
This commit is contained in:
parent
09ab956bea
commit
6632bcef2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user