From 5685e95b7999b79bd34dca2f5941ae863e5ae107 Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Thu, 19 May 2022 15:20:39 +0200 Subject: [PATCH] Remove useless dependency after rng256 was split out --- libraries/crypto/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/crypto/Cargo.toml b/libraries/crypto/Cargo.toml index 4bb5d45..12944d0 100644 --- a/libraries/crypto/Cargo.toml +++ b/libraries/crypto/Cargo.toml @@ -10,7 +10,6 @@ license = "Apache-2.0" edition = "2018" [dependencies] -libtock_drivers = { path = "../../third_party/libtock-drivers" } rng256 = { path = "../rng256" } arrayref = "0.3.6" subtle = { version = "2.2.3", default-features = false, features = ["nightly"] }