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"