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

Commit

Permalink
Bump the rust version to 1.70.0 to compile ruff
Browse files Browse the repository at this point in the history
Sadly needed to work around
#15939
  • Loading branch information
anoadragon453 committed Jul 14, 2023
1 parent 0f50ea5 commit 4c2cbb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@
# The rust toolchain and related tools.
# This will install the "default" profile of rust components.
# https://rust-lang.github.io/rustup/concepts/profiles.html
(rust-bin.stable."1.60.0".default.override {
#
# 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 {
# 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 4c2cbb8

Please sign in to comment.