diff --git a/cmd/repl/Cargo.toml b/cmd/repl/Cargo.toml index 1b811e38b..370e92bfd 100644 --- a/cmd/repl/Cargo.toml +++ b/cmd/repl/Cargo.toml @@ -9,7 +9,7 @@ readme.workspace = true repository.workspace = true [dependencies] -stak-sac = { version = "0.1.45", path = "../../sac" } +stak-sac = { version = "0.1.45", path = "../../sac", features = ["std"] } [lints] workspace = true