File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ and this project adheres to
31
31
process. ([ #2155 ] )
32
32
- cosmwasm-vm: Updated wasmer to 5.0.4 ([ #2374 ] )
33
33
- 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 ] )
34
36
35
37
## Fixed
36
38
@@ -39,6 +41,7 @@ and this project adheres to
39
41
- cosmwasm-vm: Fix CWA-2025-002.
40
42
41
43
[ #2155 ] : https://github.com/CosmWasm/cosmwasm/issues/2155
44
+ [ #2262 ] : https://github.com/CosmWasm/cosmwasm/issues/2262
42
45
[ #2268 ] : https://github.com/CosmWasm/cosmwasm/issues/2268
43
46
[ #2269 ] : https://github.com/CosmWasm/cosmwasm/issues/2269
44
47
[ #2310 ] : https://github.com/CosmWasm/cosmwasm/pull/2310
Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ stargate = ["cosmwasm-std/stargate"]
31
31
# For heap profiling. Only used in the "heap_profiling" example.
32
32
dhat-heap = [" dep:dhat" ]
33
33
34
- # Legacy no-op feature. This is kept for compatibility with older contracts.
35
- # Delete this with the next major release.
36
- cranelift = []
37
-
38
34
[lib ]
39
35
# See https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
40
36
bench = false
You can’t perform that action at this time.
0 commit comments