public-awesome / cw-nfts

Examples and helpers to build NFT contracts on CosmWasm
Apache License 2.0
185 stars 181 forks source link

Update to v0.16 #95

Closed shanev closed 1 year ago

shanev commented 1 year ago

Updated to latest CosmWasm + housekeeping.

shanev commented 1 year ago

LGTM, although I would also recommend cargo-make for automating tasks such as linting, schema, or running rust-optimizer, which we use at Mars protocol.

Sweet! Can migrate to this in the future.