From 74bd839a40111d8ed907cedaae14bc4859f38315 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Tue, 16 Jul 2024 13:25:20 +0900 Subject: [PATCH] Update Cargo.toml (#1341) --- cmd/repl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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