From 43b81901480af76b3e0bbc9d1292634357e62f73 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 23 Aug 2024 17:50:02 -0700 Subject: [PATCH] fix path --- fixed_wide_vectors/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixed_wide_vectors/Cargo.toml b/fixed_wide_vectors/Cargo.toml index c1bca07..520b5b5 100644 --- a/fixed_wide_vectors/Cargo.toml +++ b/fixed_wide_vectors/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] fixed = "1.28.0" -fixed_wide = { version = "0.1.0", path = "fixed_wide" } +fixed_wide = { version = "0.1.0", path = "../fixed_wide" }