From 950ae4301253694e72bcba9436f37b6cc00290e8 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 29 Mar 2022 23:13:34 -0600 Subject: [PATCH] back to the correct derive dependency line --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.