Skip to content

Commit

Permalink
add std feature for print
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Nov 18, 2023
1 parent c53a7f3 commit 285ec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 285ec9f

Please sign in to comment.