Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b55ed2b

Browse files
committed
Switch the rust toolchain back to stable
1 parent 3bd7f2b commit b55ed2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
# * Perl is needed to run the SyTest test suite.
131131
languages.go.enable = true;
132132
languages.rust.enable = true;
133-
languages.rust.version = "latest";
133+
languages.rust.version = "stable";
134134
languages.perl.enable = true;
135135

136136
# Postgres is needed to run Synapse with postgres support and

0 commit comments

Comments
 (0)