-
rust)_cargo에 toml입력해 줄때 정확한 버젼을 넣어야 하는 이유..그냥 최신 버젼으로 잘 넣어주자코딩Coding/Rust☑︎Release☀︎Notes_New◎Version 2022. 5. 1. 10:52728x90
PSA: Please specify precise dependency versions in Cargo.toml
kornel
Feb 3
When you specify dependency requirements, please include the patch version:
Cargo works well with versions specified this way. It is future-proof: the specified version is only the the minimum version, and still allows upgrades of minor versions. Cargo also unifies versions with the same semver-major number, so when two crates specify different versions, the higher version will be used for both (note that Cargo's behavior is quite different from npm's — precise versions are not a good idea in npm, but are fine in Cargo).
https://users.rust-lang.org/t/psa-please-specify-precise-dependency-versions-in-cargo-toml/71277반응형'코딩Coding > Rust☑︎Release☀︎Notes_New◎Version' 카테고리의 다른 글
Rust 1.63에서 생기는 멋진 기능들 (0) 2022.06.26 Rust 1.63: Scoped Threads (0) 2022.06.19 Rust 1.61.0 -LGR (0) 2022.06.02 rust 1.61.0 Realeases릴리즈노트 (0) 2022.05.25 rust1.60.0❤️]sort_by_cached_key & 예전에 있던 abs 결합한 예제 (0) 2022.04.30 rust 1.60.0_❤️RELEASES노트 업데이트 내용__과거까지 잘 정리되어 있음 ㅎㅎ최고!!! (0) 2022.04.30 Rust 6주에 한번씩 업데이트! 체크할 사이트 ❤️ (0) 2022.04.20 Rust 1.59.0 내용 정리함..Rust 1.60 homebrew update되는데로 정리할 예정_6주에 한번 업데이트 되는 러스트 체크하자!! (0) 2022.04.20