From 2d68ee0f28edcaf9dc2ca2dbd338af4e7a6ae02f Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Fri, 13 Sep 2024 08:26:06 +0200 Subject: [PATCH] default features --- Scarb.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scarb.toml b/Scarb.toml index ee38056f..461e1fe1 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -33,4 +33,4 @@ stone6 = [] monolith = [] split = [] -default = ["starknet", "keccak_160_lsb", "stone5", "split"] +default = ["recursive", "keccak_160_lsb", "stone5", "monolith"]