From 285ec9f5435b2d6be6cd869cf79a59dcaa92e2d1 Mon Sep 17 00:00:00 2001 From: Gregory Edison Date: Sat, 18 Nov 2023 12:05:26 +0100 Subject: [PATCH] add std feature for print --- vm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/Cargo.toml b/vm/Cargo.toml index 208216df36..ed3e45a2df 100644 --- a/vm/Cargo.toml +++ b/vm/Cargo.toml @@ -37,7 +37,7 @@ test_utils = [ ] # This feature will reference every test-oriented feature skip_next_instruction_hint = [] hooks = [] -print = [] +print = ["std"] [dependencies] mimalloc = { workspace = true, optional = true }