We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73936e commit 43b076dCopy full SHA for 43b076d
Cargo.toml
@@ -5,6 +5,7 @@ authors = ["ANDYL Open Source <[email protected]>"]
5
version = "1.0.2-pre"
6
edition = "2024"
7
license = "MIT"
8
+rust-version = "1.88"
9
10
[features]
11
default = []
devenv.nix
@@ -13,6 +13,7 @@
13
];
14
15
languages.rust.enable = true;
16
+ languages.rust.version = "1.88";
17
18
processes = lib.optionalAttrs (!config.devenv.isTesting) {
19
cargo-watch.exec = "cargo-watch";
rust-toolchain.toml
@@ -0,0 +1,3 @@
1
+[toolchain]
2
+channel = "1.88"
3
+profile = "default"
0 commit comments