From b483f55b60f647893989289eef5b1cb90525ca6b Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Thu, 26 Nov 2020 11:28:41 -0500 Subject: Refactor library into driver and util files Refactor library into driver and util files. This library layout helps organize the gfold API. --- Cargo.lock | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f816e74..4c73b42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,12 +124,6 @@ dependencies = [ "vec_map", ] -[[package]] -name = "const_fn" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab" - [[package]] name = "constant_time_eq" version = "0.1.5" @@ -138,13 +132,12 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "crossbeam-utils" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec91540d98355f690a86367e566ecad2e9e579f230230eb7c21398372be73ea5" +checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" dependencies = [ "autocfg", "cfg-if 1.0.0", - "const_fn", "lazy_static", ] -- cgit v1.2.3