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

Commit

Permalink
Update rust in flake.nix: 1.70.0 -> 1.71.1 to address CVE-2023-38497 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Sep 6, 2023
1 parent e937e21 commit ffe4ea1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog.d/16260.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update rust to version 1.71.1 in the nix development environment.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1".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 ffe4ea1

Please sign in to comment.