From 03e8aa928c290fb090d770abf62fc2d454501d71 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Sun, 23 Jun 2024 23:36:26 +0200 Subject: [PATCH] Remove git dep Signed-off-by: Oliver Tale-Yazdi --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca98589ef5ef..fe4466589003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -615,7 +615,6 @@ async-trait = { version = "0.1.79" } asynchronous-codec = { version = "0.6" } backoff = { version = "0.4" } backtrace = { version = "0.3.64" } -bandersnatch_vrfs = { version = "*", default-features = false } binary-merkle-tree = { path = "substrate/utils/binary-merkle-tree", default-features = false } bincode = { version = "1.3.3" } bip39 = { version = "2.0.0" }