From 7897eb61f003768c85a9dd0017a5389d6b1ba504 Mon Sep 17 00:00:00 2001 From: Nimar Arora Date: Fri, 24 Jun 2022 19:47:23 -0700 Subject: [PATCH] remove version dependency on ferric-macros --- ferric/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferric/Cargo.toml b/ferric/Cargo.toml index ceef7ee..83deebe 100644 --- a/ferric/Cargo.toml +++ b/ferric/Cargo.toml @@ -14,7 +14,7 @@ categories = ["mathematics", "science"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ferric-macros = {path="../ferric-macros", version = "0.1.0"} +ferric-macros = {path="../ferric-macros"} rand = "0.8" rand_distr = "0.4"