We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d0d88 commit b352db0Copy full SHA for b352db0
MIGRATING.md
@@ -1954,7 +1954,7 @@ All helper functions have been moved into a new `cosmwasm-schema` package.
1954
- Remove `serde_json` `[dev-dependency]` if there, as cosmwasm-schema will
1955
handle JSON output internally.
1956
- Update `examples/schema.rs` to look
1957
- [more like queue](https://github.com/CosmWasm/cosmwasm/blob/main/contracts/queue/src/bin/schema.rs),
+ [more like queue](https://github.com/CosmWasm/cosmwasm/blob/v0.8.0/contracts/queue/examples/schema.rs),
1958
but replacing all the imports and type names with those you currently have.
1959
- Regenerate schemas with `cargo schema`
1960
0 commit comments