From ef13fbe5f0f134b3282464d383614a5d53e44216 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 26 Aug 2024 17:44:11 -0700 Subject: [PATCH] fixed_wide is a dev dep --- fixed_wide_vectors/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fixed_wide_vectors/Cargo.toml b/fixed_wide_vectors/Cargo.toml index 0241f59..1b76fa9 100644 --- a/fixed_wide_vectors/Cargo.toml +++ b/fixed_wide_vectors/Cargo.toml @@ -8,5 +8,7 @@ default=["wide_traits"] wide_traits=["dep:wide_traits"] [dependencies] -fixed_wide = { version = "0.1.0", path = "../fixed_wide" } wide_traits = { version = "0.1.0", path = "../wide_traits", optional = true } + +[dev-dependencies] +fixed_wide = { version = "0.1.0", path = "../fixed_wide" }