File tree Expand file tree Collapse file tree 2 files changed +9
-43
lines changed Expand file tree Collapse file tree 2 files changed +9
-43
lines changed Original file line number Diff line number Diff line change 8282 #
8383 # NOTE: We currently need to set the Rust version unnecessarily high
8484 # in order to work around https://github.com/matrix-org/synapse/issues/15939
85- ( rust-bin . stable . "1.71.1 " . default . override {
85+ ( rust-bin . stable . "1.82.0 " . default . override {
8686 # Additionally install the "rust-src" extension to allow diving into the
8787 # Rust source code in an IDE (rust-analyzer will also make use of it).
8888 extensions = [ "rust-src" ] ;
205205 # corresponding Nix packages on https://search.nixos.org/packages.
206206 #
207207 # This was done until `./install-deps.pl --dryrun` produced no output.
208- env . PERL5LIB = "${ with pkgs . perl536Packages ; makePerlPath [
208+ env . PERL5LIB = "${ with pkgs . perl538Packages ; makePerlPath [
209209 DBI
210210 ClassMethodModifiers
211211 CryptEd25519
You can’t perform that action at this time.
0 commit comments