我的项目在其他机器上编译得很好,但是在一个新的生锈的新机器上我得到了错误
$ cargo build
Updating crates.io index
error: failed to select a version for the requirement `rustc_version = "^0.1"`
candidate versions found which didn't match: 0.3.3, 0.3.2, 0.3.1, ...
location searched: crates.io index
这对我来说没有意义。为什么 0.3 不匹配 ^0.1?