mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-22 20:22:18 +08:00
update ch02-00 close #521
This commit is contained in:
parent
fb192a8df8
commit
8a87fcf074
@ -300,7 +300,7 @@ $ cargo build
|
||||
|
||||
可能会出现不同的版本号(多亏了语义化版本,它们与代码是兼容的!),同时显示顺序也可能会有所不同。
|
||||
|
||||
现在我们有了一个外部依赖,Cargo 从 *registry* 上获取所有包的最新版本信息,这是一份来自 [Crates.io][cratesio] 的数据拷贝。Crates.io 是 Rust 生态环境中的开发者们向他人贡献 Rust 开源项目的地方。
|
||||
因为我们有了一个外部依赖,Cargo 从 *registry* 上获取所有包的最新版本信息,这是一份来自 [Crates.io][cratesio] 的数据拷贝。Crates.io 是 Rust 生态环境中的开发者们向他人贡献 Rust 开源项目的地方。
|
||||
|
||||
[cratesio]: https://crates.io
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user