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

Commit ffe4ea1

Browse files
Update rust in flake.nix: 1.70.0 -> 1.71.1 to address CVE-2023-38497 (#16260)
1 parent e937e21 commit ffe4ea1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

changelog.d/16260.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update rust to version 1.71.1 in the nix development environment.

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
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.70.0".default.override {
85+
(rust-bin.stable."1.71.1".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" ];

0 commit comments

Comments
 (0)