Skip to content

Commit ea7d630

Browse files
committed
Add backtraces feature removal to migrating doc
1 parent ae633cb commit ea7d630

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MIGRATING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ major releases of `cosmwasm`. Note that you can also view the
2121

2222
If you were using cosmwasm-std's `ibc3` feature, you can remove it, as it is
2323
the default now. Depending on your usage, you might have to enable the
24-
`stargate` feature instead, since it was previously implied by `ibc3`.
24+
`stargate` feature instead, since it was previously implied by `ibc3`. Also
25+
remove any uses of the `backtraces` feature. You can use a `RUST_BACKTRACE=1`
26+
env variable for this now.
2527

2628
- `ContractInfoResponse::new` now takes all fields of the response as
2729
parameters:

0 commit comments

Comments
 (0)