Skip to content

Commit f093eb8

Browse files
committed
Add back no-op cranelift feature
1 parent fa21ba3 commit f093eb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/vm/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ stargate = ["cosmwasm-std/stargate"]
3131
# For heap profiling. Only used in the "heap_profiling" example.
3232
dhat-heap = ["dep:dhat"]
3333

34+
# Legacy no-op feature. This is kept for compatibility with older contracts.
35+
# Delete this with the next major release.
36+
cranelift = []
37+
3438
[lib]
3539
# See https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
3640
bench = false

0 commit comments

Comments
 (0)