हम Rust के कंपाइलर rustc को नवीनतम संस्करण में अपडेट करने का आसान तरीका समझाते हैं। टर्मिनल या कमांड प्रॉम्प्ट में केवल एक लाइन का `rustup update` कमांड चलाकर, आप संबंधित घटकों सहित सब कुछ एक साथ अपडेट कर सकते हैं। rustc को अपडेट करने का तरीका बस कमांड में निम्नलिखित एक पंक्ति चलाएं।
आउटपुट संदर्भ 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
rustup update
info : syncing channel updates for 'stable-x86_64-pc-windows-msvc'
warning : Signature verification failed for 'https://static.rust-lang.org/dist/channel-rust-stable.toml'
info : latest update on 2023 - 03 - 09 , rust version 1.68 . 0 ( 2 c8cc3432 2023 - 03 - 06 )
info : downloading component 'rust-src'
info : downloading component 'cargo'
info : downloading component 'clippy'
info : downloading component 'rust-docs'
info : downloading component 'rust-std'
info : downloading component 'rustc'
63.9 MiB / 63.9 MiB ( 100 % ) 37.5 MiB / s in 1 s ETA : 0 s
info : downloading component 'rustfmt'
info : removing previous version of component 'rust-src'
info : removing previous version of component 'cargo'
info : removing previous version of component 'clippy'
info : removing previous version of component 'rust-docs'
info : removing previous version of component 'rust-std'
info : removing previous version of component 'rustc'
info : removing previous version of component 'rustfmt'
info : installing component 'rust-src'
info : installing component 'cargo'
info : installing component 'clippy'
info : installing component 'rust-docs'
19.4 MiB / 19.4 MiB ( 100 % ) 2.4 MiB / s in 6 s ETA : 0 s
info : installing component 'rust-std'
27.6 MiB / 27.6 MiB ( 100 % ) 12.7 MiB / s in 2 s ETA : 0 s
info : installing component 'rustc'
63.9 MiB / 63.9 MiB ( 100 % ) 13.8 MiB / s in 4 s ETA : 0 s
info : installing component 'rustfmt'
info : checking for self - updates
info : downloading self - update
stable - x86_64 - pc - windows - msvc updated - rustc 1.68 . 0 ( 2 c8cc3432 2023 - 03 - 06 ) ( from rustc 1.64 . 0 ( a55dd71d5 2022 - 09 - 19 ))
info : cleaning up downloads & tmp directories
Licensed under CC BY-NC-SA 4.0