diff --git a/hercules_samples/call/Cargo.toml b/hercules_samples/call/Cargo.toml
index 4a2fbb862039ad0d268b85fc6e85463dc87841d7..52c588e7032a79bf0043a6334e818e68b727f1b3 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"