File: disable-check-update.patch

package info (click to toggle)
atuin 18.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,656 kB
  • sloc: sql: 304; sh: 274; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Description: Disable update checks since Debian does the updating
Forwarded: not-needed
Last-Update: 2024-12-29
--- a/crates/atuin/Cargo.toml
+++ b/crates/atuin/Cargo.toml
@@ -35,3 +35,3 @@
 [features]
-default = ["client", "sync", "server", "clipboard", "check-update", "daemon"]
+default = ["client", "sync", "server", "clipboard", "daemon"]
 client = ["atuin-client"]