Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 13 lines 348 B view raw
1diff --git a/Cargo.toml b/Cargo.toml 2index 03f64e53..9e2ddcb6 100644 3--- a/Cargo.toml 4+++ b/Cargo.toml 5@@ -15,6 +15,7 @@ serde_json = "1.0" 6 serde = { version = "1.0", features = ["derive"] } 7 # Tauri 8 tauri = { version = "1.2.4", features = [ 9+ "updater", 10 "process-relaunch", 11 "window-close", 12 "notification-all", 13