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

Commit

Permalink
Update rustc in flake.nix to 1.71.0.
Browse files Browse the repository at this point in the history
ruff has updated their minimum rust version, and due to
#15939, we have to
follow along.
  • Loading branch information
anoadragon453 committed Sep 6, 2023
1 parent 4f1840a commit 1436c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#
# NOTE: We currently need to set the Rust version unnecessarily high
# in order to work around https://github.com/matrix-org/synapse/issues/15939
(rust-bin.stable."1.70.0".default.override {
(rust-bin.stable."1.71.0".default.override {
# Additionally install the "rust-src" extension to allow diving into the
# Rust source code in an IDE (rust-analyzer will also make use of it).
extensions = [ "rust-src" ];
Expand Down

0 comments on commit 1436c30

Please sign in to comment.