From 379c82971db5cbb93ef8fad3c1fbf0412e1eba70 Mon Sep 17 00:00:00 2001 From: "Alex J. Malozemoff" Date: Tue, 17 Oct 2023 09:30:57 -0700 Subject: [PATCH] Remove `ndarray` from `scuttlebutt` Closes #20. `ndarray` isn't used so need not be part of the cargo file. --- Cargo.lock | 1 - scuttlebutt/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4ca25daf..b99326782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2214,7 +2214,6 @@ dependencies = [ "curve25519-dalek", "generic-array 1.0.0", "hex", - "ndarray", "num-bigint 0.4.4", "num-traits", "proptest", diff --git a/scuttlebutt/Cargo.toml b/scuttlebutt/Cargo.toml index 92623b162..76cfc420a 100644 --- a/scuttlebutt/Cargo.toml +++ b/scuttlebutt/Cargo.toml @@ -25,7 +25,6 @@ generic-array.workspace = true smallvec.workspace = true bytemuck = { workspace = true, features = ["derive"] } vectoreyes.workspace = true -ndarray.workspace = true num-traits.workspace = true swanky-serialization.workspace = true swanky-field.workspace = true