我已经curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh在 Ubuntu 上安装了 Rust。
但是当我尝试时cargo generate --git https://github.com/CosmWasm/cw-template.git --name FOO遇到了这样的错误error: no such subcommand: 'generate'
我的货运版本是cargo 1.59.0 (49d8809dc 2022-02-10).
为什么会出现这种情况?