Skip to content

Commit 86d0d88

Browse files
authored
Update MIGRATING.md
1 parent 616cff4 commit 86d0d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@ All helper functions have been moved into a new `cosmwasm-schema` package.
19541954
- Remove `serde_json` `[dev-dependency]` if there, as cosmwasm-schema will
19551955
handle JSON output internally.
19561956
- Update `examples/schema.rs` to look
1957-
[more like queue](https://github.com/CosmWasm/cosmwasm/blob/main/contracts/queue/examples/schema.rs),
1957+
[more like queue](https://github.com/CosmWasm/cosmwasm/blob/main/contracts/queue/src/bin/schema.rs),
19581958
but replacing all the imports and type names with those you currently have.
19591959
- Regenerate schemas with `cargo schema`
19601960

0 commit comments

Comments
 (0)