You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rust/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Work efficiently and effortlessly with the Rust programming language
29
29
| system.packages.additional-packages | A list of additional packages to install via the system's package manager. These packages are installed **prior** to Rust. | string | - |
30
30
| system.packages.package-manager.set-proxies | Whether to add the proxy to the package manager configuration, if proxies were supplied | boolean | false |
31
31
| linker.mold.install | Whether to install the linker [`mold`](https://github.com/rui314/mold)| boolean | false |
32
-
| linker.mold.version | The version of the [`mold`](https://github.com/rui314/mold) linker to install | string | 2.37.1 |
32
+
| linker.mold.version | The version of the [`mold`](https://github.com/rui314/mold) linker to install | string | 2.38.1 |
33
33
| download-acquire-insecure | Whether to download files without checking certificates | boolean | true |
34
34
| proxy.http.http.address | A URI for an HTTP proxy | string | - |
35
35
| proxy.http.https.address | A URI for an HTTPS proxy | string | - |
0 commit comments