We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae633cb commit ea7d630Copy full SHA for ea7d630
MIGRATING.md
@@ -21,7 +21,9 @@ major releases of `cosmwasm`. Note that you can also view the
21
22
If you were using cosmwasm-std's `ibc3` feature, you can remove it, as it is
23
the default now. Depending on your usage, you might have to enable the
24
- `stargate` feature instead, since it was previously implied by `ibc3`.
+ `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.
27
28
- `ContractInfoResponse::new` now takes all fields of the response as
29
parameters:
0 commit comments