From 4e284311e1c73d9e93d69d41749b4ef918ea243c Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sun, 15 Sep 2024 20:30:09 -0700 Subject: [PATCH] this depends on that --- linear_ops/Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/linear_ops/Cargo.lock b/linear_ops/Cargo.lock index 3f34821..917b30f 100644 --- a/linear_ops/Cargo.lock +++ b/linear_ops/Cargo.lock @@ -21,6 +21,7 @@ name = "linear_ops" version = "0.1.0" dependencies = [ "fixed_wide", + "paste", "ratio_ops", ]