all features rust

This commit is contained in:
2025-08-17 02:04:24 -05:00
parent 1f7e4b8569
commit dfa3c807ed
+5
View File
@@ -331,6 +331,11 @@
enable = true;
installRustc = true;
installCargo = true;
settings = {
cargo = {
features = "all";
};
};
};
};