From bf30b77a5ce9dd4921c2488b86d146d3d5d7ce38 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sat, 24 Feb 2024 19:17:46 +0100 Subject: perf: reduce block overhead (#3) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7e85d93..68c0b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,7 @@ test=false color-eyre="0.6" tinywasm={path="crates/tinywasm", features=["unsafe"]} wat={version="1.0"} +pretty_env_logger="0.5" [profile.bench] opt-level=3 -- cgit v1.3.1