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

Commit 4c2cbb8

Browse files
committed
Bump the rust version to 1.70.0 to compile ruff
Sadly needed to work around #15939
1 parent 0f50ea5 commit 4c2cbb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@
7979
# The rust toolchain and related tools.
8080
# This will install the "default" profile of rust components.
8181
# https://rust-lang.github.io/rustup/concepts/profiles.html
82-
(rust-bin.stable."1.60.0".default.override {
82+
#
83+
# NOTE: We currently need to set the Rust version unnecessarily high
84+
# in order to work around https://github.com/matrix-org/synapse/issues/15939
85+
(rust-bin.stable."1.70.0".default.override {
8386
# Additionally install the "rust-src" extension to allow diving into the
8487
# Rust source code in an IDE (rust-analyzer will also make use of it).
8588
extensions = [ "rust-src" ];

0 commit comments

Comments
 (0)