CosmWasm / cw-plus

Production Quality contracts under open source licenses
Apache License 2.0
508 stars 353 forks source link

Upgrade optimizer and rename cargo config file #907

Closed chipshort closed 4 months ago

chipshort commented 4 months ago

New Rust versions produce this warning:

warning: /code/contracts/cw4-stake/.cargo/config is deprecated in favor of config.toml note: if you need to support cargo 1.38 or earlier, you can symlink config to config.toml

config.toml is supported since cargo 1.39 (which is over 4 years old), so I think we can just rename them instead of symlinking.