From 30a184b2a75eb85e294a7c026640ddd90decd7f4 Mon Sep 17 00:00:00 2001 From: Praneet Rathi <prrathi10@gmail.com> Date: Sat, 18 Jan 2025 12:21:41 -0600 Subject: [PATCH] smol --- hercules_samples/call/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hercules_samples/call/Cargo.toml b/hercules_samples/call/Cargo.toml index 4a2fbb86..52c588e7 100644 --- a/hercules_samples/call/Cargo.toml +++ b/hercules_samples/call/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Russel Arbore <rarbore2@illinois.edu>"] edition = "2021" [build-dependencies] -juno_build = { path = "../../juno_build" } +juno_build = { path = "../../juno_build", features = [] } [dependencies] -juno_build = { path = "../../juno_build" } +juno_build = { path = "../../juno_build", features = [] } rand = "*" async-std = "*" with_builtin_macros = "0.1.0" -- GitLab