From ffca8302302b76bdc98a7ea40aa47f882231a0b7 Mon Sep 17 00:00:00 2001 From: Pedro Fontana Date: Fri, 20 Oct 2023 18:51:25 -0300 Subject: [PATCH] fix ensure_no_std --- ensure_no_std/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ensure_no_std/src/main.rs b/ensure_no_std/src/main.rs index 568c342..ae94696 100644 --- a/ensure_no_std/src/main.rs +++ b/ensure_no_std/src/main.rs @@ -18,4 +18,4 @@ pub extern "C" fn _start() -> ! { static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT; #[allow(unused_imports)] -use stark_types; +use starknet_types_core;