From 9c8073d033ce309c70e567d75361f55acc28a509 Mon Sep 17 00:00:00 2001 From: Srinjoy Date: Mon, 25 Nov 2024 09:58:06 -0800 Subject: [PATCH] Update Hello World cargo.toml for logging --- src/app/basic_examples/hello_world/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/basic_examples/hello_world/page.mdx b/src/app/basic_examples/hello_world/page.mdx index 3c18706..abe134f 100644 --- a/src/app/basic_examples/hello_world/page.mdx +++ b/src/app/basic_examples/hello_world/page.mdx @@ -68,7 +68,7 @@ keywords = ["arbitrum", "ethereum", "stylus", "alloy"] alloy-primitives = "=0.7.6" alloy-sol-types = "=0.7.6" mini-alloc = "0.4.2" -stylus-sdk = "0.6.0" +stylus-sdk = { version = "0.6.0", features = ["debug"] } hex = "0.4.3" sha3 = "0.10"