From 6a9f124bf9d973f27360e72bb486576beb7b53a2 Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Mon, 15 Jul 2024 21:55:39 +0800 Subject: [PATCH] include `starknet-types-core` std (#615) --- starknet-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starknet-core/Cargo.toml b/starknet-core/Cargo.toml index cc501344..7f189a68 100644 --- a/starknet-core/Cargo.toml +++ b/starknet-core/Cargo.toml @@ -39,7 +39,7 @@ wasm-bindgen-test = "0.3.34" [features] default = ["std"] -std = ["dep:flate2", "starknet-crypto/std"] +std = ["dep:flate2", "starknet-crypto/std", "starknet-types-core/std"] no_unknown_fields = [] [[bench]]