Skip to content

Commit

Permalink
Add back no-op cranelift feature
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Sep 23, 2024
1 parent 36afc3d commit 1025b25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ stargate = ["cosmwasm-std/stargate"]
# For heap profiling. Only used in the "heap_profiling" example.
dhat-heap = ["dep:dhat"]

# Legacy no-op feature. This is kept for compatibility with older contracts.
# Delete this with the next major release.
cranelift = []

[lib]
# See https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
bench = false
Expand Down

0 comments on commit 1025b25

Please sign in to comment.