Merge pull request #516 from hyper0x/master

Fix rand's version: 0.5.6 -> 0.8.4
pull/520/head
KaiserY 3 years ago committed by GitHub
commit 40b6422666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -336,7 +336,7 @@ $ cargo update
Updating rand v0.8.3 -> v0.8.4
```
这时,你也会注意到的 *Cargo.lock* 文件中的变化无外乎现在使用的 `rand` crate 版本是`0.5.6`
这时,你也会注意到的 *Cargo.lock* 文件中的变化无外乎现在使用的 `rand` crate 版本是`0.8.4`
如果想要使用 `0.9.0` 版本的 `rand` 或是任何 `0.9.x` 系列的版本,必须像这样更新 *Cargo.toml* 文件:

Loading…
Cancel
Save