diff --git a/Cargo.toml b/Cargo.toml index 0b09a2d..1230120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ nightly_portable_simd = [] [dependencies] # use the upper line for testing against bytemuck_derive changes, if any -bytemuck_derive = { path = "./derive", optional = true } -# bytemuck_derive = { version = "1", optional = true } +#bytemuck_derive = { path = "./derive", optional = true } +bytemuck_derive = { version = "1", optional = true } [package.metadata.docs.rs] # Note(Lokathor): Don't use all-feautures or it would use `unsound_ptr_pod_impl` too.