cargo/guide/cargo-toml-lock #1031
Replies: 4 comments 1 reply
-
虽然Cargo会帮我们在第一次build的时候生成lock文件锁住依赖包的版本,但我觉得如果在构建项目的时候尽量在Cargo.toml里指定好依赖包的版本是不是会更好一些 0 0 |
Beta Was this translation helpful? Give feedback.
1 reply
-
每个开发语言都应有一个好的版本管理工具 |
Beta Was this translation helpful? Give feedback.
0 replies
-
如果三分库不使用 lock 文件锁版本的话不会导致依赖方每次下载这个三方库时,依赖的依赖会变化吗?导致三方库的行为不稳定。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
这个应该有点问题吧。axum 中代码中有 Cargo.lock 文件呢。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
cargo/guide/cargo-toml-lock
https://course.rs/cargo/guide/cargo-toml-lock.html
Beta Was this translation helpful? Give feedback.
All reactions