Skip to content

Commit 1f90ec6

Browse files
committed
Remove cranelift feature
1 parent cd490f4 commit 1f90ec6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ and this project adheres to
3131
process. ([#2155])
3232
- cosmwasm-vm: Updated wasmer to 5.0.4 ([#2374])
3333
- cosmwasm-vm: Charge gas for `write_region` ([#2378])
34+
- cosmwasm-vm: Remove the `cranelift` feature. This was doing nothing since
35+
2.2.0 already. ([#2262])
3436

3537
## Fixed
3638

@@ -39,6 +41,7 @@ and this project adheres to
3941
- cosmwasm-vm: Fix CWA-2025-002.
4042

4143
[#2155]: https://github.com/CosmWasm/cosmwasm/issues/2155
44+
[#2262]: https://github.com/CosmWasm/cosmwasm/issues/2262
4245
[#2268]: https://github.com/CosmWasm/cosmwasm/issues/2268
4346
[#2269]: https://github.com/CosmWasm/cosmwasm/issues/2269
4447
[#2310]: https://github.com/CosmWasm/cosmwasm/pull/2310

packages/vm/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ 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-
3834
[lib]
3935
# See https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
4036
bench = false

0 commit comments

Comments
 (0)