From 36118d8a35612d40a9026f4db3cb5e5d3199810e Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 3 Oct 2024 19:41:28 -0400 Subject: [PATCH] doc/release-notes: document cargo-tauri v2 --- nixos/doc/manual/release-notes/rl-2411.section.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md index 1060e444a53f..d5fa36741a64 100644 --- a/nixos/doc/manual/release-notes/rl-2411.section.md +++ b/nixos/doc/manual/release-notes/rl-2411.section.md @@ -309,6 +309,9 @@ - The `mautrix-signal` module was adapted to incorporate the configuration changes that resulted from the update to the mautrix bridgev2 architecture. Pre-0.7.0 configurations should continue to work. In case you want to update your configuration, make sure to check the NixOS manual. +- `cargo-tauri` has been updated to major version 2. Please review [the migration guide](https://tauri.app/start/migrate/from-tauri-1/). + v1 of `cargo-tauri` is still available as `cargo-tauri_1`, but will be removed in future releases. + - The nvidia driver no longer defaults to the proprietary driver starting with version 560. You will need to manually set `hardware.nvidia.open` to select the proprietary or open driver. - `postgresql` no longer accepts the `enableSystemd` override. Use `systemdSupport` instead.