Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.0.1 #346277

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions nixos/doc/manual/release-notes/rl-2411.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@
Processes also now run as a dynamically allocated user by default instead of
root.

- `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 `mautrix-signal` module was adapted to incorporate the configuration rearrangement 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.

Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/misc/insulator2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
, fixup_yarn_lock
, yarnConfigHook
, nodejs-slim
, cargo-tauri
, cargo-tauri_1
, cargo
, rustPlatform
, rustc
Expand Down Expand Up @@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
rustPlatform.cargoSetupHook
cargo
rustc
cargo-tauri.hook
cargo-tauri_1.hook
fixup_yarn_lock
yarnConfigHook
nodejs-slim
Expand Down
Loading