From 7949ffd2715f3abdcb11900984b84d718e76f013 Mon Sep 17 00:00:00 2001 From: hal3e Date: Thu, 11 Jan 2024 13:29:25 +0100 Subject: [PATCH] Update examples/predicates/Cargo.toml Co-authored-by: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com> --- examples/predicates/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/predicates/Cargo.toml b/examples/predicates/Cargo.toml index 811b57a503..0785a218fd 100644 --- a/examples/predicates/Cargo.toml +++ b/examples/predicates/Cargo.toml @@ -13,4 +13,3 @@ description = "Fuel Rust SDK predicate examples." fuels = { workspace = true } rand = { workspace = true } tokio = { workspace = true, features = ["full"] } -fuel-crypto = { workspace = true }