mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Update ch02-00-guessing-game-tutorial.md
This commit is contained in:
parent
b2b2218cd3
commit
c37e9681c3
@ -329,7 +329,7 @@ $ cargo update
|
||||
```toml
|
||||
[dependencies]
|
||||
|
||||
rand = "0.6.0"
|
||||
rand = "0.9.0"
|
||||
```
|
||||
|
||||
下一次运行 `cargo build` 时,Cargo 会从 registry 更新可用的 crate,并根据你指定的新版本重新计算。
|
||||
|
Loading…
Reference in New Issue
Block a user