File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -15296,7 +15296,7 @@ string
15296
15296
15297
15297
15298
15298
15299
- List of extra [targets](https://github.com/nix-community/fenix\#supported-platforms-and-targets )
15299
+ List of extra [targets](https://doc.rust-lang.org/nightly/rustc/platform-support.html )
15300
15300
to install. Defaults to only the native target.
15301
15301
15302
15302
@@ -15440,6 +15440,28 @@ null or package
15440
15440
15441
15441
15442
15442
15443
+ ## languages.rust.version
15444
+
15445
+
15446
+
15447
+ Which version of rust to use, this value could be ` latest `,` 1.81.0 `, ` 2021-01-01 `.
15448
+ Only works when languages.rust.channel is NOT nixpkgs.
15449
+
15450
+
15451
+
15452
+ *Type:*
15453
+ string
15454
+
15455
+
15456
+
15457
+ *Default:*
15458
+ ` "latest" `
15459
+
15460
+ *Declared by:*
15461
+ - [https://github.com/cachix/devenv/blob/main/src/modules/languages/rust.nix](https://github.com/cachix/devenv/blob/main/src/modules/languages/rust.nix)
15462
+
15463
+
15464
+
15443
15465
## languages.scala.enable
15444
15466
15445
15467
You can’t perform that action at this time.
0 commit comments