File tree 2 files changed +9
-43
lines changed
2 files changed +9
-43
lines changed Original file line number Diff line number Diff line change 82
82
#
83
83
# NOTE: We currently need to set the Rust version unnecessarily high
84
84
# 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 {
86
86
# Additionally install the "rust-src" extension to allow diving into the
87
87
# Rust source code in an IDE (rust-analyzer will also make use of it).
88
88
extensions = [ "rust-src" ] ;
205
205
# corresponding Nix packages on https://search.nixos.org/packages.
206
206
#
207
207
# 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 [
209
209
DBI
210
210
ClassMethodModifiers
211
211
CryptEd25519
You can’t perform that action at this time.
0 commit comments