From 21ebeb837d5c48d64e0def76d3af2b4812e29dfd Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Mon, 24 Jun 2024 12:13:51 -0400 Subject: [PATCH] include `starknet-types-core` std --- 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]]